Skip to content

IanGabriel12/beecrowd-rank-watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beecrowd contest watcher

A CLI tool to track beecrowd contest rank changes and help local staff to deliver 🎈 's

Installation

Clone the repository, and on the root dir execute:

npm install -g .

Usage

Setting up

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.

Adding players to track

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.

Remove players from tracking

beewatch remove <playerName>

Track changes

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

Output example

Output of watch command

About

A CLI tool to track changes in a beecrowd contest rank

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published