Skip to content

elmarzouki/goslack-joker-rtmbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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

Releases

No releases published

Packages

No packages published