7shivamx / sport-programmer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Result Calculators for the Sport Programmer of the Month Challenge

Usage

  1. Download the list of students registered for the contest in the form of a .csv file and place it in ./.

  2. run filter.py with :

python3 filter.py

You are now setup for the whole month !

  1. Contests :
  • move into the folder for the respective competition using cd.
  • AtCoder :

    • enter your atcoder credenntials in lines 12 and 13 of scrape.py
    • Then run the following command to get the scores:
      ./getScores.sh <contest-id>
      
    Example: ./getScores.sh abc171
  • Codeforces :

    • Run the following command to get the scores:
      ./getScores.sh <contest-id>
      
      Example: ./getScores.sh 1397
    • The results are calculated and stored in the file scores.csv of the respective directories

Contributors :

The following students were involved in writing the programs:

Managers :

The following students were involved in the management of the challenge:

About


Languages

Language:Python 97.4%Language:Shell 2.6%