https://github.com/instafluff/celebrationbot
A bot to celebrate birthdays and all the fun things!
https://github.com/instafluff/celebrationbot
Last synced: about 1 year ago
JSON representation
A bot to celebrate birthdays and all the fun things!
- Host: GitHub
- URL: https://github.com/instafluff/celebrationbot
- Owner: instafluff
- License: mit
- Created: 2019-02-07T19:14:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T18:48:19.000Z (over 3 years ago)
- Last Synced: 2025-02-02T04:28:15.694Z (over 1 year ago)
- Language: JavaScript
- Size: 42 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CelebrationBot
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
## Instafluff ##
> *Come and hang out with us at the Comfiest Corner on Twitch!*
> https://twitch.tv/instafluff
> https://twitter.com/instafluffTV
## Credits ##
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**
## Instructions ##
1. Install NodeJS - [https://nodejs.org/en/](https://nodejs.org/en/)
2. Open the directory in a Command Prompt/Terminal
3. Install Dependencies: `npm install`
4. Get a Twitch Chat OAuth Password Token - [http://twitchapps.com/tmi/](http://twitchapps.com/tmi/)
4. Create a file named `.env` that looks like this:
```javascript
PORT=8000
TWITCHUSER=[YOUR-USERNAME-HERE]
OAUTH=[YOUR-OAUTH-PASS HERE] # e.g. OAUTH=oauth:kjh12bn1hsj78445234
```
5. Run Server: `npm start`
6. View the webpage from your web browser! [http://localhost:8000](http://localhost:8000)