Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 695 Bytes

File metadata and controls

24 lines (14 loc) · 695 Bytes

Slackbot

This is just some silly slackbot for https://apollo-community.slack.com.

Installation

go get -u github.com/Apollo-Community/slackbot

Usage

export SLACKBOT_TOKEN="insert your slack token"
go run main.go

You can use the optional -debug flag to toggle on debugging messages from slack.

License

MIT License, see the LICENSE file for details.