# installing python
sudo apt install python3
# installing pip
sudo apt install python3-pip
-
Windows user can install python3 from here and make sure that you will check the option
Add Python 3.x to PATH
while installing and . -
Install pip from here
# downloading the script
git clone https://github.com/MeMoElprince/Codeforces-User-Submissions.git
or you can download the script from here
open your terminal and run these commands
# open the folder of the script
cd Codeforces-User-Submissions
# downloading the requirements and updating them
pip install --upgrade -r requirements.txt
Install Chorme Driver
-
Rename
.env.example
to.env
and fill the data:- HANDLE: your codeforces handle
- PASSWORD: your codeforces password
-
open folder
data
- put your standing's links in
links.txt
- put your trainees names and handles in
data.csv
- put your standing's links in
-
open your terminal and run this command:
# run the script python3 main.py
-
your csv file will be in the folder
data
intrainees.csv
-
Enjoy!