#205 · Primary category: AI Chatbots

slacker

bot bot-framework chat chatbot chatops command concurrency context slack slack-api slack-bot slack-commands slackapi slackbot

Slack Bot Framework

Project last updated:11/23/23

GitHub Stars

802

Forks

115

Contributors

31

License

MIT

Why we included this project

Slacker is a Go framework for building Slack bots that takes care of the repetitive parts: wiring up commands, handling incoming messages, and managing concurrency, so you don't have to talk to the Slack API directly. It also handles event routing and supports scheduling and context propagation, which helps when your bot grows past a single command. One thing to know before you start: the original repository has moved to the official slack-io/slacker namespace, so point your imports there rather than the old path. For teams that want a small, MIT-licensed foundation for internal chatops or assistant-style bots, the API is approachable and the dependency footprint stays light.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category