Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 597 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 597 Bytes

go-slack-topic-bot

Some utilities for making a Slack bot that manages a channel's topic.

Usage

Use this programmatically from your own programs. See the (examples) for how you can declare topics you care about. The following environment variables are used in the examples:

  • SLACK_CHANNEL - the channel ID where the topic will be updated (not the name; e.g. CA1B2C3D4)
  • SLACK_TOKEN - an API token for accessing Slack (you may want to create one here)

License

MIT License