Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hauntsaninja/slackreact

A framework to react and respond to messages on Slack.
https://github.com/hauntsaninja/slackreact

regex slack slack-api slack-bot slack-commands slackbot slackbot-framework slackbots

Last synced: 26 days ago
JSON representation

A framework to react and respond to messages on Slack.

Awesome Lists containing this project

README

        

Slackreact

Slackreact allows you to easily automatically respond to messages on Slack.
See `examples.py` for examples! Regexes are a cinch; the limit is anything that you can do with code.

All you have to do to set this up is supply a token for your Slack workspace. Under the hood, Slackreact uses a combination of the Web and RTM APIs. While it's running, it will listen in on any channel that the bot user is present in and selectively respond based on the rules you give it.

Requires Python 3.6 because everything is async and spiffy and type-checked and because I like f-strings.