Sha256: c2ea5e5240d19b1bc2c0c61535bd2e4e95402db9cecca9a3d06fe4345a075023
Contents?: true
Size: 842 Bytes
Versions: 1
Compression:
Stored size: 842 Bytes
Contents
# Ruboty::SlackRTM Slack(real time api) adapter for [ruboty](https://github.com/r7kamura/ruboty). ## Installation Add this line to your application's Gemfile: ```ruby gem 'ruboty-slack_rtm' ``` ## ENV - `SLACK_TOKEN`: Account's token. get one on https://api.slack.com/web#basics - `SLACK_EXPOSE_CHANNEL_NAME_AS_FROM`: if this set to 1, `message.from` will be channel name instead of id (optional) This adapter doesn't require a real user account. Using with bot integration's API token is recommended. See: https://api.slack.com/bot-users ## Contributing 1. Fork it ( https://github.com/rosylilly/ruboty-slack_rtm/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruboty-slack_rtm-1.2.0 | README.md |