This is a codeforces parser bot which parses problems from a contest and downloads the testcases into separate files
Content
-
cf_parser.py:This parses the contests and download the separate test cases into a folder in your current directory
-
mytemp.cpp: My basic template file which is copied to every problem directory's solution file
-
runfile.bat: Batch file to compile the solution file
-
Dependencies:
- Python 3
- Python Requests library
- Python BeautifulSoup library
How to use this?
- Clone this repo in your desired directory and you're good to go!!