The Ottawa Smash Community have a discord. We want to be able to post everyone's position on the global leaderboard relative to each other as a way to promote healthy competition.
- Install Node.js
- Run
npm install
to get the packages - Run
npm run setup-auth
to authenticate to Google Cloud & impersonate the service user to access the db. - To test the registration cloud function locally run
npm run register
- Get the Discord Bot Token from Ryan
- Run
BOT_TOKEN=<bot token> npm run scrape