PyBot icon indicating copy to clipboard operation
PyBot copied to clipboard

Resources for Slack Bots in Python

PyBot

Resources for Slack Bots in Python. Whipped up by @jeffk and presented at PyTexas 2015 and the ATX Bot Talk meetup. Slides from PyTexas and ATX Bot Talk, v2 are available, and a video of the 20 minute PyTexas presentation is on YouTube.

simple-post/post.py

A simple command line script to post a message to a channel as a bot user. The bot user integration must be created in Slack first, and the bot user invited to the channel.

converse/converse.py

A small text matching and response bot, with triggers and responses stored in a JSON file.

Misc Resources