# slack-go/slack

Slack API in Go

Repository: https://github.com/slack-go/slack
Canonical: https://ross.abutalabs.com/products/slack
Homepage: https://pkg.go.dev/github.com/slack-go/slack
Language: Go
License: BSD-2-Clause
License Family: permissive
Topics: slack, go, golang
Last push: 2026-08-24T11:24:44+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 98, longevity 100
- inputs: {"age_days": 4239, "days_push": 9, "days_rel": 18, "gap_med": 14, "n_releases_24m": 20}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4958, forks 1197 (observed 2026-08-28T04:09:03.848699+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: http-client, websocket, sdk
- domain: apis, developer-tools, messaging-platforms
- platform: go, cross-platform
- tags: slack-api, slack-bot, rtm, socket-mode, events-api, chat-integration, automation

## Member repositories
- slack-go/slack (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:03.848699+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:17:49.220249+00:00, confidence not recorded.
  - readme: https://github.com/slack-go/slack (fetched 2026-08-28T04:09:03.848699+00:00, sha 5a8e0083f53d)
  - homepage: https://pkg.go.dev/github.com/slack-go/slack (fetched 2026-08-29T08:59:12.485924+00:00, sha fee78bfbf7a5)
  - site_page: https://pkg.go.dev/about (fetched 2026-08-29T08:59:12.495315+00:00, sha 757852027879)
- Data as of 2026-08-30T08:39:29.467469+00:00.
