Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hauntsaninja/slackreact
- Owner: hauntsaninja
- License: mit
- Created: 2018-08-08T08:47:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-30T00:31:11.000Z (over 3 years ago)
- Last Synced: 2024-10-08T22:01:19.631Z (30 days ago)
- Topics: regex, slack, slack-api, slack-bot, slack-commands, slackbot, slackbot-framework, slackbots
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.