we will learn how we can create a bot in slack and add it to our channel and get the text response from the bot, and further how we can get an image, video, audio, file through the bot and in addition to that we will also learn how to save the file sent by the user in the channel to the bot at server-side in our computer. Here we will also learn how we can get the customized response from the bot such as buttons and poll.
- Text Response
- Image Response
- Video Response
- Document Type Response
- Audio Response
- Buttons Response
- Poll
Requires Python to run.
Create Virtual Evironment.
virtualenv env --python=python3
Activate Virtual Evironment.
source env/bin/activate
Install All Required Libraries.
pip install -r requirements.txt
Then Run Python flask App.
python slackbot.py