Sha256: 2322690488394cd7539a45ab2ec6087dd9d783d905f583fea31b4368040ea655

Contents?: true

Size: 1.09 KB

Versions: 10

Compression:

Stored size: 1.09 KB

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`: if this set to 1, `message.to` will be channel name instead of id (optional)
- `SLACK_IGNORE_GENERAL`: if this set to 1, bot ignores all messages on #general channel (optional)
- `SLACK_GENERAL_NAME`: Set general channel name if your Slack changes general name (optional)
- `SLACK_AUTO_RECONNECT`: Enable auto reconnect if rtm disconnected by Slack (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

10 entries across 10 versions & 1 rubygems

Version Path
ruboty-slack_rtm-3.2.5 README.md
ruboty-slack_rtm-3.2.4 README.md
ruboty-slack_rtm-3.2.3 README.md
ruboty-slack_rtm-3.2.2 README.md
ruboty-slack_rtm-3.2.1 README.md
ruboty-slack_rtm-3.2.0 README.md
ruboty-slack_rtm-3.1.1 README.md
ruboty-slack_rtm-3.1.0 README.md
ruboty-slack_rtm-3.0.0 README.md
ruboty-slack_rtm-2.9.0 README.md