Just some nerdy jokes slack bot using go and Slack's RTM API.
- Setup slack app.
-
- Clone this repository:
git clone git@github.com:iSuperMostafa/goslack-joker-rtmbot.git
- Clone this repository:
- Navigate to the project directory:
cd goslack-joker-rtmbot
- Install requirements:
go get ./...
- configure your tokens and settings:
cp slack/config.json slack/config.override.json nano slack/config.override.json # or open the file and edit the variables manually
Run the bot: go run main.go