kcnaiamh / Codeforces-Submission-Counter

A tool for codeforces contest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codeforces Submission Counter

A command line utility for checking real time submission count of each problem according to rank of participants

Deployment

To deploy this project run

  python -m pip install --upgrade pip
  pip install psycopg2
  pip install bs4
  pip install requests

You need to have postgresql as database.

In the CFTracer folder create database.ini file and put the following lines

[postgresql]
host=localhost
database=codeforces
user=postgres
password=<<YOUR postgres USER PASSWORD>>

Live Preview

CFTracer.2022-03-16.10-37-35.mp4

About

A tool for codeforces contest


Languages

Language:Python 100.0%