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:

Cool stuff mate!

2 Likes

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

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??

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

1 Like

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

1 Like

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

1 Like

Great job bro… Well done :slight_smile:

1 Like

Good job brother :slight_smile:

1 Like

Great idea fella…!!
Creative mind like yours is what lead to good coders…!!
Thinking of some thing similar to you…!!
Do help…

1 Like

Traceback error mostly generates when there’s a package missing.
If error message is really large, its maybe because of internet connection.

Make use of php and create a web app

1 Like

Great job! I think you should add frontend/UI to it. I would have upvoted if I had enough karma.

1 Like

Great idea bro !! Keep it up! Nice and innovative app.

1 Like

cool stuff bro <3

2 Likes

Awesome stuff bro. Great job :slight_smile:

2 Likes

Cool work bro :slight_smile:

1 Like

I made a pull request to your repository, which basically has to do with the biggest annoyance I faced with the app myself. Great work, keep it up.

1 Like