Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.04 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.04 KB

Slack Bot Using Python Tutorial with Examples

Build Status

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.

Features

  • Text Response
  • Image Response
  • Video Response
  • Document Type Response
  • Audio Response
  • Buttons Response
  • Poll

Installation

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