huhuhuhuh yeah beavis we're gonna score!
Go to file
2024-05-11 05:15:45 +00:00
discord Error handling for automatic TTS request 2024-05-11 05:15:45 +00:00
public/avatars Initial commit 2023-10-07 22:46:02 -07:00
views Webpage formatting 2023-10-08 14:16:10 -07:00
.env Startup script 2024-02-06 23:23:54 +00:00
.gitignore Startup script 2024-02-06 23:23:54 +00:00
logging.ts Fix imports 2023-10-08 19:20:00 -07:00
models.ts Improved sync logic, show more statistics, bug fixes 2023-10-08 13:48:41 -07:00
package-lock.json Add Node packages for fetch/DOM 2024-02-06 23:23:26 +00:00
package.json Update package info 2023-10-08 19:21:37 -07:00
README.md Initial commit 2023-10-07 22:46:02 -07:00
server.ts Double the number of messages because i felt like it 2023-10-08 22:10:27 -07:00
start.sh Startup script 2024-02-06 23:23:54 +00:00
tsconfig.json Initial commit 2023-10-07 22:46:02 -07:00

FemScoreboard

Web application/Discord bot which ranks users based on the reactions received on their messages.

Project Setup

First, set up the Discord bot, syncing the message history before starting the bot to watch for live reactions.

cd discord
cp .env.example .env
vim .env  # make appropriate changes
npm install
npm run sync
npm start

With the bot running, configure and start the web application from this directory:

vim .env  # make appropriate changes
npm install
npm start