risor
risor copied to clipboard
slack: new module
For interacting with the Slack API.
Minimal example:
client := slack.client(getenv("SLACK_TOKEN"))
client.post_message("#general", {text: "Hello, world!"})