This tool is used to scrape courses from w3schools and save each page as a pdf file.
Use the setup.sh
script to install the required packages.
git clone https://github.com/Moineau54/w3_school_scraper.git
cd w3_school_scraper
./setup.sh
python3 w3_school_scraper.py <url>
or use the run.sh
script
./run.sh
python3 w3_school_scraper.py https://www.w3schools.com/python/default.asp
- Python (3.11+)
- wkhtmltopdf
- requests
- beautifulsoup4
- pdfkit
- lxml