A python script for fetching all TCs of any problem on codeforces.
Note: As this project is opensource, you are most welcome to add features or fork to make it your own.
-
Clone the repo
git clone https://github.com/pvcodes/cf-testcases.git
-
Install the dependencies
pip install -r requirements.txt
-
Execute the file
python main.py
-
If everything well good your TCs will be saved in the same directory as of
main.py
, else you will be logged with the error that occured. Try again for 2-3 time, please raise a issue here will explaining the error and screenshot, so that the issue can be resolved ASAP!
════ ⋆★⋆ ════
From pvcodes