Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 630 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 630 Bytes

goslack-joker-rtmbot

Just some nerdy jokes slack bot using go and Slack's RTM API.

Setup the environment

  1. Setup slack app.
    1. Clone this repository: git clone [email protected]:iSuperMostafa/goslack-joker-rtmbot.git
  2. Navigate to the project directory: cd goslack-joker-rtmbot
  3. Install requirements: go get ./...
  4. 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 application

Run the bot: go run main.go