Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.54 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.54 KB

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