A CLI tool to track beecrowd contest rank changes and help local staff to deliver 🎈 's
Clone the repository, and on the root dir execute:
npm install -g .
beewatch init
You will receive a prompt to configure contest name and url. The name can be whatever you want, but URL field should be the URL of the rank you want to track. Example: https://judge.beecrowd.com/pt/users/contest/831/
. This will create a file contestInfo.json
on your working directory.
beewatch add <playerName>
To track a single username.
beewatch add --file <filePath>
To track all the users in the file.
beewatch add-all
To track all the players current registered in the contest.
beewatch remove <playerName>
Run the following command at the same directory of your contestInfo.json
file
beewatch watch
The command will warn you when there are new 🎈 's to deliver