Compare performance of two codechef users (Web Application)

Here is a simple Command line interface which runs with 2 codechef usernames as input and prints the list of mutual contests and respective winner among the two.

This way we can easily compare our performance with that of our friend’s. I’m sorry if someone has already made similar or better service. But I found it really cool.

Github Repository

Edit : The application has now moved to web, hosted on herkou and you can access it without any installation or requirement, on your computer or your mobile phone.
Web application link

18 Likes

unable to install lxml! :frowning:

You can install it through pip :

sudo apt-get install libxml2-dev libxslt1-dev python-dev

pip install lxml

1 Like

Cool stuff mate!

2 Likes

Thank you :slight_smile:

1 Like

You can create a UI. I’ll add more charm. BTW, clean job!

2 Likes

Cool stuff, you can work on it and add more features.

1 Like

Sure, thanks :slight_smile:

2 Likes

Getting this error:
Traceback (most recent call last):
File “driver.py”, line 1, in
import user_ranks as us
File “/home/amulya/Downloads/codechef-rank-comparator-master/src/user_ranks.py”, line 1, in
import requests
ImportError: No module named requests
Any Solution??

Have you creating python environment?
If yes, make sure internet is working fine.
If the problem still persists, compile every file other than the driver. Run driver at the last.
Also, make sure you are using Python 3.

2 Likes

Well done. Looking forward to more features. You can plot graph also using pyplotlib in python

1 Like

please install request module as some inbuilt python packages don’t have request module pre-installed.
install it using the command:

$ sudo pip3 install request
1 Like

Awesome!!!always wanted something like this :smiley:

1 Like

Thanks :slight_smile:

2 Likes

Thanks for the review :slight_smile:

2 Likes

Thanks, I’ll follow :slight_smile:

3 Likes

Great job, its fun comparing two people on their rating. And I even compared ours, it’s 3-3. Nice job mate

1 Like

Thanks Parth!

2 Likes

Great job bro… Well done :slight_smile:

1 Like

Thanks, man :slight_smile:

1 Like