Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 483 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 483 Bytes

Codeforces Leaderboard

A leaderboard generator written in Python for Codeforces

Instructions

  • Install the required Python packages.

    pip install --no-cache-dir -r requirements.txt
    
  • Open the file cf_handles.json in a text editor.

  • Put Codeforces user handles in the CF_HANDLES variable separated by a space.

  • Open a terminal and run the following command.

    python -m app
    
  • A CSV file containing users details will be generated.