Simple Twitch.tv Bot for playing Pictionary, ispired by https://twitch.tv/designs
- NodeJS Version 8+
- Yarn (Optional)
-
Install dependencies
npm install
or
yarn install
-
Copy the environment file
cp .env.example .env
-
Edit the .env file to match your settings
To generate your Twitch.tv oAuth token you can use https://twitchapps.com/tmi/
# Twitch Settings CHANNEL="channelname" # target channel name here USERNAME="botname" # your twitch.tv username PASSWORD="oauth:token" # your twitch.tv oauth token
-
Start the bot
npm run start
or
yarn start
-
Write the
!pictionary
command in Twitch channel chat to start the bot! (Only the broadcaster can start the bot)
!pictionary
Starts the bot (Only broadcaster)!about
Shows info about the creator
!stop
Stops the bot (Only broadcaster)
- Reset scores
- Logging
- Leaderboard
- Automatic check for valid English word (Dictionary API)
- Lose if winner doesn't write the next word to the bot in time