This was a educational project under Coding Club,IIT Guwahati. Developed a web application that gives us a visual representation codeforces statistics/comparisons using Django and Java Script. Used python script and Codeforces API for crawling and JS & google charts for data visualization. A user could see his own statistics in a visual manner sorted according to the problem rating and the topics covered. One could also see the statistics based on whether he has solved the problem in the contest or has solved it as practice. Extended the same functionality to the compare statistics of upto 4 users at the same time.
sudo apt-get update
sudo apt-get install python3
sudo apt-get install python3-pip
pip3 install Django
Execute the following command from your ~/codeforces-crawler/codeforces_crawler directory in terminal.
python3 manage.py runserver
Here are some screenshots of the project: