risor icon indicating copy to clipboard operation
risor copied to clipboard

slack: new module

Open myzie opened this issue 8 months ago • 0 comments

For interacting with the Slack API.

Minimal example:

client := slack.client(getenv("SLACK_TOKEN"))

client.post_message("#general", {text: "Hello, world!"})

myzie avatar Apr 29 '25 13:04 myzie