Metadata-Version: 2.1
Name: slackreact
Version: 0.1.1
Summary: A framework to react and respond to messages on Slack.
Home-page: https://github.com/hauntsaninja/slackreact
Author: hauntsaninja
Author-email: hauntsaninja@gmail.com
License: UNKNOWN
Description: 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 Events 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.
        
Keywords: slack bot slackbot regex
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Requires-Python: >=3.6
Description-Content-Type: text/markdown
