A web scaper written in Python to extract accepted solutions on https://cses.fi
The program requires BeautifulSoup library. To install BeatutifulSoup:
pip install beautifulsoup4
cd 'CSES-Solution-Extractor'
python extractor.py
Enter your username and password when prompted. Your solutions will be stored in cses/
folder.