Simple Scrapper to Rank Page of any contest on VJudge and Export it to CSV file
Install python and pip on your device.
# Linux User
sudo apt install python-pip
for windows users see how to install pip to your device from here
# Linux User open terminal and write this command
# Windows user open cmd and write this command
pip install --upgrade -r requirements.txt
- Open your contest page on vjudge
- Get ID of your contest from the URL
- Example: 'https://vjudge.net/contest/517904', the ID is
517904
- Example: 'https://vjudge.net/contest/517904', the ID is
- Run the script
- Enter the ID of your contest
- After the script finished, you will see a file named
Trainees.csv
in the same directory of the script