Quick and dirty Slack Web API wrapper. Ain't it grand?
Soonly:
def deps do
[
{:slack_web_api, "~> 0.1.0"}
]
endAnd add your Slack bot token to your app config:
config :slack_web_api, bot_token: YOUR_TOKEN| Name | Name | Last commit date | ||
|---|---|---|---|---|
Quick and dirty Slack Web API wrapper. Ain't it grand?
Soonly:
def deps do
[
{:slack_web_api, "~> 0.1.0"}
]
endAnd add your Slack bot token to your app config:
config :slack_web_api, bot_token: YOUR_TOKEN