7oSkaaa / Codeforces-User-Submissions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 99.8%Language:Shell 0.2%