Sha256: 3bc17c0a0735016da680b3a3cf88578fc134322259642b0bfbc68b7a12cc7c2f
Contents?: true
Size: 761 Bytes
Versions: 4
Compression:
Stored size: 761 Bytes
Contents
# Slack.rb Ruby toolkit for working with the Slack API ## Installation Add this line to your application's Gemfile: gem 'slack' And then execute: $ bundle Or install it yourself as: $ gem install slack ## Usage ### Making requests ```ruby # Provide authentication credentials client = Slack::Client.new('team', 'api_token') # Post a message client.post_message("May the force be with you", "yoda-quotes") # List all channels client.channels ``` ## Contributing 1. Fork it ( http://github.com/<my-github-username>/slack/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 new Pull Request
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
slack.rb-0.0.4 | README.md |
slack.rb-0.0.3 | README.md |
slack.rb-0.0.2 | README.md |
slack.rb-0.0.1 | README.md |