https://github.com/farbodsz/cf-rating-calc
Codeforces Rating Calculator for virtual contests.
https://github.com/farbodsz/cf-rating-calc
codeforces codeforces-api rating
Last synced: 4 months ago
JSON representation
Codeforces Rating Calculator for virtual contests.
- Host: GitHub
- URL: https://github.com/farbodsz/cf-rating-calc
- Owner: farbodsz
- Created: 2020-09-09T09:55:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T16:12:31.000Z (almost 5 years ago)
- Last Synced: 2025-01-11T18:37:09.912Z (5 months ago)
- Topics: codeforces, codeforces-api, rating
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cf-rating-calc
Codeforces Rating Calculator for virtual contests.

## Getting Started
First clone the repository and navigate to the project folder:
```bash
$ git clone https://github.com/farbodsz/cf-rating-calc
```You will need to install Python dependencies. Assuming you're in the project's
root directory containing `requirements.txt`, just do:
```bash
$ pip install -r requirements.txt
```## Usage
You can calculate your virtual rating by running the Bash script:
```bash
$ ./cfrating.sh
```From here, an interactive prompt will guide you to enter the contest ID, points,
etc. Once you're done, your virtual rating change will be calculated.Alternatively, you can use the main Python script `main.py` which takes 4
arguments and just outputs a number, the rating change, to `stdout`.
```bash
$ python cf-rating-calc.py
```