Slack-Python-Onboarding-Tutorial icon indicating copy to clipboard operation
Slack-Python-Onboarding-Tutorial copied to clipboard

a simple python onboarding bot and tutorial for Slack

Results 10 Slack-Python-Onboarding-Tutorial issues
Sort by recently updated
recently updated
newest added
trafficstars

hi, after my first trial 'converting' my already existing slack app using this tutorial I tried to test it by adding another condition to the _event_handler function: ... so when...

"Created" the app using a git clone of this project. Followed instructions, and connected successfully to my url/team. When performing any action, I get output such as: >127.0.0.1 - -...

`make_response` is called [here](https://github.com/slackapi/Slack-Python-Onboarding-Tutorial/blob/75f481dcc9cfaad5aa4519b93eae144fccf7ea84/app.py#L132) but the result is not returned.

I followed the tutorial and everything went smooth. Even got the 'Thank you' page. But when I add the bot under the 'Apps' section on my Slack app, no Onboarding...

In a past life of this tutorial, you had to have the server up and running, then submit the *Request URL* in order to get the *Verification Token* to run...

documentation
good first issue

The global scope of `pyBot` in `app.py` means that `pyBot.client` will always be authenticated for the last team to authenticate. Will this cause an issue if a user for team...

I've been helping someone with running your project on Windows, turns out a Werkzeug in a version stated in requirements.txt has a bug, could you bump it to Werkzeug==0.11.15 to...

Hi, I'm trying to write something similar. My Bot is supposed to update an message. however the response to the message comes afterwards the update api call, so it gets...

Hi, I want to create a response to an interactive message updating the original text. how can I create/send the repsonse as a return of the flask function that handles...