Skip to content

RayverAimar/codeforces-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

codeforces-scraper

Codeforces scraper made to retrieve public information about specific users in codeforces like rating changes, solved problems in specific contests or not among others functionalities.

Usage

You may need to know the user_name for almost all functionalities for the scraper

1. Display codeforces top-ten-rated info
2. Get historical solved problems by an user
3. Get solved problems with specific tag by an user
4. Get rating change of an user
5. Get solved problems in a contest by an specific user
Type your option: 4
User name: tourist

This option gets the historical rating change in codeforces, pointing out the highest rating got and an additional plot about its rating change

Displaying info of tourist...
        Total of participated public contests: 238
        Highest rating got: 3979
Current user rating: 3706

rating change

You can also get solved problems in an specific contest by knowin its id, the method can retrieve between the problems solved as a CONTESTANT or as a PRACTICING (it returns problems solved as a CONTESTANT by default)

...
Type your option: 5
User name: tourist
contestId: 1774

8 solved problems.
    1) Segment Covering
    2) Magician and Pigs (Hard Version)
    3) Magician and Pigs (Easy Version)
    4) Two Chess Pieces
    5) Ice and Fire
    6) Coloring
    7) Same Count One
    8) Add Plus Minus Sign

About

Some py-functions built-up to scrape public information about codeforces users using codeforces-API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages