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