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.shpython3 w3_school_scraper.py <url>or use the run.sh script
./run.shpython3 w3_school_scraper.py https://www.w3schools.com/python/default.asp- Python (3.11+)
- wkhtmltopdf
- requests
- beautifulsoup4
- pdfkit
- lxml