Metadata-Version: 2.1
Name: slack-rtm-bot
Version: 1.0.9
Summary: Slack RTM bot
Home-page: https://github.com/nkouevda/slack-rtm-bot
Author: Nikita Kouevda
Author-email: nkouevda@gmail.com
License: MIT
Description: # slack-rtm-bot
        
        [Slack](https://slack.com/) [RTM](https://api.slack.com/rtm) bot.
        
        ## Installation
        
            pip install slack-rtm-bot
        
        ## Usage
        
            SLACK_RTM_BOT_API_TOKEN="foobar" slack-rtm-bot
        
        To use a different settings file, copy
        [`settings_local.py`](slack_rtm_bot/settings_local.py) to some
        `/path/to/settings.py`, and set `SLACK_RTM_BOT_SETTINGS_FILE`:
        
            SLACK_RTM_BOT_SETTINGS_FILE="/path/to/settings.py" slack-rtm-bot
        
        ## License
        
        [MIT License](LICENSE.txt)
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
