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