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.