/CSES-Solution-Extractor

A web scaper written in Python to extract accepted solutions on https://cses.fi

Primary LanguagePythonMIT LicenseMIT

CSES-Solution-Extractor

A web scaper written in Python to extract accepted solutions on https://cses.fi

Requirements

The program requires BeautifulSoup library. To install BeatutifulSoup:

pip install beautifulsoup4

Usage

cd 'CSES-Solution-Extractor'
python extractor.py

Enter your username and password when prompted. Your solutions will be stored in cses/ folder.