yev-kanivets / codeforces_watcher

6 stars 18 forks source link

AddUserActivity: Request for contests history. #56

Closed yev-kanivets closed 6 years ago

yev-kanivets commented 6 years ago

Use this request http://codeforces.com/api/user.rating?handle=. Here is documentation - http://codeforces.com/api/help/methods#user.info.

Use latest rating change (if there is at least one). Add "ratingUpdateTimeSeconds" value to User entity and store it to Database.

yev-kanivets commented 6 years ago

Store all the data got from http://codeforces.com/api/user.rating?handle= request into user. Call it ratingChanges for example.