Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 591 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 591 Bytes

Chuckbot

A Twitch bot that delivers facts about Chuck Norris.

Use the !chucknorris command to ask for a Chuck Norris fact!

Did you know Chuck Norris can unscramble eggs? You do now.

How To

Navigate to cmd/chuckbot

cd ./cmd/chuckbot

Create a "secrets.json" file in this directory with these contents where <OAuthToken> is in the format oauth:xxxxxxxxxxxxxxxx. The token can be generated from here https://twitchapps.com/tmi/.

{
    "token": "<OAuthToken>"
}

Build the application

go build main.go

Run the application

./chuckbot