Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 950 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 950 Bytes

Slack Ruby Examples

Examples of methods that you will find useful sooner or later of the Slack API using the slack-ruby-client.

Methods:

  • emoji.list: i would say the only possible use for this is spam, but can probe useful is you want something like the URL.
  • reactions.add: reacting like there's no tomorrow, but you need the timestamp of the message.
  • search.files: for using this method you need to use an user token.
  • users.list: you can get all the user info that is accessible.

More info: