slack-go/slack
Slack API in Go observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 98
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 14
- age_days: 4239
- days_rel: 18
- days_push: 9
- n_releases_24m: 20
Adoption not part of the score
4958 stars · 1197 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Go client library covering most of the Slack Web API (api.slack.com) plus real-time messaging via WebSocket, Socket Mode, and the Events API. It provides a managed client for sending messages, querying users and groups, and handling Slack events in Go applications.
Use cases
- send slack messages from a go application
- build a slack bot in golang
- fetch slack user and group info via api
- handle slack events with socket mode
- integrate slack notifications into a go service
- connect to slack rtm over websocket
When to choose
- you are building a Go application or bot that talks to Slack
- you need broad coverage of Slack Web API endpoints plus real-time events
- you want a community-maintained, widely imported Slack SDK for Go
When to avoid
- you need a stable v1 API - minor releases may include breaking changes
- your project is not in Go
- you only need simple incoming webhooks, where a plain HTTP call may suffice
Facets
library · maturity active
http-client websocket sdk apis developer-tools messaging-platforms go cross-platform slack-api slack-bot rtm socket-mode events-api chat-integration automation
3 sources
- readme: https://github.com/slack-go/slack · fetched 2026-08-28 · 5a8e0083f53d
- homepage: https://pkg.go.dev/github.com/slack-go/slack · fetched 2026-08-29 · fee78bfbf7a5
- site_page: https://pkg.go.dev/about · fetched 2026-08-29 · 757852027879
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| slack-go/slack | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem