Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 397 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 397 Bytes

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.