Codeforces AC code Scraper

Правка en2, от t3rminated, 2016-03-22 21:57:31

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

Теги code, codeforces-scraper

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en3 Английский t3rminated 2017-01-08 07:32:19 36
en2 Английский t3rminated 2016-03-22 21:57:31 164
en1 Английский t3rminated 2016-03-22 18:33:15 620 Initial revision (published)