Skip to content

pragnakalp/slack-bot-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Create Slack Bot Using Python Tutorial with Examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages