Skip to content

tildecross/slack-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slack-bot

Template for a Slack bot written in Python 3

python3 -m venv bot
bot/bin/pip3 install slackclient
chmod a+x bot.py
chmod a+x get_bot_id.py
export SLACK_<BOT_NAME>_ID=`bot/bin/python3 get_bot_id.py`
export SLACK_<BOT_NAME>_TOKEN=<BOT_TOKEN_HERE>
./bot.py <BOT_NAME>

About

Template for a Slack bot written in Python 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages