It's a simple script to generate a mushup on code forces, the script will accept the public problem urls only or polygon problems.
- Copy the
.env.example
file and rename it to.env
and provide the required environment variables.- CODEFORCES_HANDLE
- CODEFORCES_PASSWORD
- SHEET_NAME
- SHEET_DURATION
- Copy the urls of the problems to
Problems_Links.txt
# install requirements
pip3 install -r requirements.txt
python3 Sheet_Generator.py