We built this bot to celebrate birthdays and all the fun things live on Twitch!
https://discordapp.com/oauth2/authorize?client_id=530106237703028746&scope=bot&permissions=133262656
Come and hang out with us at the Comfiest Corner on Twitch!
Thank you to all the participants of this project!
Instafluff, Instafriend, ChatTranslator, fydo, MacabreMan2, LastLeap, BungalowGlow, emilyhendrieart, julieee22, simrose4u, Stay_Hydrated_Bot, BloodThirstyCheeseBurger, AbbyFabby, Kara_Kim, Gilokk0, jellydance, painartist, katori15, Dr_Zero, DrEriksen, codeaurora, INDIE, bubblesandunicorns, MalForTheWin, sparky_pugwash, Eolios, dark_ibrahimm, ItsNaomiArt, Kyoslilmonster, FuriousFur, DutchGamer46, itsDeke, DevMerlin, ArliGames, MerlinLeWizard, TheMooseSaysMoo, RIKACHET, llofyy, prasanthlouis, TheHungerService, nallaj, GhostlyTuna, sethorizer, WowThatsALotOfBees, pookiepew, PokemoHero, BaconBastrd, joaquimley, theLeprosyy, Lichsmash, DR4G0N_S4MUR41, TheMainEBrent, Shaosan, 1stGarden, Stobie, KitAnnLIVE, robdolares, ausmart2017, blakeparsons12, donaldwm, NinjaFalcon_2
- Install NodeJS - https://nodejs.org/en/
- Open the directory in a Command Prompt/Terminal
- Install Dependencies:
npm install
- Get a Twitch Chat OAuth Password Token - http://twitchapps.com/tmi/
- Create a file named
.env
that looks like this:
PORT=8000
TWITCHUSER=[YOUR-USERNAME-HERE]
OAUTH=[YOUR-OAUTH-PASS HERE] # e.g. OAUTH=oauth:kjh12bn1hsj78445234
- Run Server:
npm start
- View the webpage from your web browser! http://localhost:8000