A web app that computes hack counts and submission counts of a given Codeforces user handle.
(Inspired from knayan's project - https://github.com/knayan111/Codeforces_Hack_Counter)
- Fork this repo.
- Clone repo to your PC.
- Run the commands given below in terminal.
cd Codeforces_Hack_Counter
pip3 install -r requirements.txt
python3 main.py
- Open this link in browser.
- Enter Codeforces user handle and press 'Enter' or click on 'Find' button.
- Wait for around 2-3 minutes.
- Enjoy!
- Press 'Ctrl + C' in terminal to stop local host.