Sha256: 14e22ee6891cfd38f738c8f133b0186a6db70f7540ef1725db80e2163696dc24

Contents?: true

Size: 691 Bytes

Versions: 5

Compression:

Stored size: 691 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
```

Do not requires real user account. using with bot 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

5 entries across 5 versions & 1 rubygems

Version Path
ruboty-slack_rtm-1.1.0 README.md
ruboty-slack_rtm-1.0.1 README.md
ruboty-slack_rtm-1.0.0 README.md
ruboty-slack_rtm-0.0.2 README.md
ruboty-slack_rtm-0.0.1 README.md