Metadata-Version: 2.0
Name: slack-rtm-bot
Version: 1.0.1
Summary: Slack RTM bot
Home-page: https://github.com/nkouevda/slack-rtm-bot
Author: Nikita Kouevda
Author-email: nkouevda@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Dist: requests
Requires-Dist: six
Requires-Dist: slackclient
Requires-Dist: websocket-client

# 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

Licensed under the [MIT License](http://www.opensource.org/licenses/MIT).


