CodeForces.py

Python library for easy accessing CodeForces API
Source Code / Python Library Download Link


User

Example Code

a = CodeForces.user("naocoding")   #datas of user : naocoding
print(a.rating)                    #naocoding's rating

List of Class

self.rating                        #rating
self.handle                        #username
self.country                       #where does the user from
self.lastName                      #last name
self.firstName                     #first name
self.city                          #where does the user live
self.friend                        #friend count
self.rank                          #rank
self.maxRating                     #max rating
self.maxRank                       #max rank
self.organization                  #organization