Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bot project for twitch stream shenanigans

License

Devsome/twitchbot

 
 

Twitch bot

Run on Repl.it

This is a Twitch bot for twitch.tvbeginbot. If you have any Questions regarding this Project feel free to ask. You found a Bug? Please create an Issue.


Little guide on how to make it work.

  1. Run this command cp .env.example .env or by simple rename that .env.example to .env

  2. Go to Discord Developers and open / create your Bot Application.

  3. Copy from your Bot that Token and paste it into the "Password" variable.

Example:

USERNAME="Botname"  
PASSWORD="NDgyMjM0ODU1MzQygG1xAM1Mzcw.W37ENQ.SxEyK0451hK-lMaYDT-wEHdc"  
CHANNEL0="Welcome"  
CHANNEL1="offtopic"
  1. Make sure to install npm with these Commands:
npm i
npm run build

Gratz!

Your Bot is now ready to run.

About

Bot project for twitch stream shenanigans

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.3%
  • Shell 1.7%