t3rminated's blog

By t3rminated, history, 8 years ago, In English

Hi! Codeforces community

Recently I was searching for a scraper for Codeforces code's but I didn't found one so I made my own.

It scrapes out all your Accepted codes from your profile and stores them in your working directory.The file name for your code will be of format ContestId-ProblemId , for example a code of contest 531 and id 15397405 will be stored as 531-15397405 .

The dependency are mentioned on github.

https://github.com/SuryanshTiwari/Beautiful-Scrape.

Any issues related to the code will be appreciated.

Edit: to enhance readability now the format of file name will be ContestId-ProblemCategory , for example problem B of contest 631 will be stored as 631-B .

  • Vote: I like it
  • +16
  • Vote: I do not like it

| Write comment?
»
8 years ago, # |
  Vote: I like it +1 Vote: I do not like it

Maybe you can add a problem classifier to store different problem types in different directories.

»
7 years ago, # |
  Vote: I like it 0 Vote: I do not like it

There is another submission classifier and importer tool here.