huhuhuhuh yeah beavis we're gonna score!
Go to file
2023-10-08 19:16:12 -07:00
discord Better date formatting in logs 2023-10-08 19:16:12 -07: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 Initial commit 2023-10-07 22:46:02 -07:00
.gitignore Initial commit 2023-10-07 22:46:02 -07:00
models.ts Improved sync logic, show more statistics, bug fixes 2023-10-08 13:48:41 -07:00
package-lock.json Initial commit 2023-10-07 22:46:02 -07:00
package.json Initial commit 2023-10-07 22:46:02 -07:00
README.md Initial commit 2023-10-07 22:46:02 -07:00
server.ts Random messages, logging refactor 2023-10-08 19:10:47 -07: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