For now we only have the feature for scraping a specific problem and creating its input and output files. The idea is to extend this making possible to send a contest link with a flag --contest and it will scrap all the problems, create its specific folders and set everything perfectly.
Reusing the already created functions that scrapes the problems is the wise move here.
For now we only have the feature for scraping a specific problem and creating its input and output files. The idea is to extend this making possible to send a contest link with a flag
--contestand it will scrap all the problems, create its specific folders and set everything perfectly.Reusing the already created functions that scrapes the problems is the wise move here.