Skip to content

Helmy-JR/Codeforces-User-Submissions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeforces-User-Submissions

Requirements

Linux User

# installing python
sudo apt install python3
# installing pip
sudo apt install python3-pip

Windows User

  1. 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 .

  2. Install pip from here

Installing

# 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

Usage

  1. Rename .env.example to .env and fill the data:

    1. HANDLE: your codeforces handle
    2. PASSWORD: your codeforces password
  2. open folder data

    1. put your standing's links in links.txt
    2. put your trainees names and handles in data.csv
  3. open your terminal and run this command:

    # run the script
    python3 main.py
  4. your csv file will be in the folder data in trainees.csv

  5. Enjoy!

Demo Video

Submissions_Script.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%