A Python script to download AWS whitepapers from the official AWS documentation site.
- Clone the repository:
git clone https://github.com/KasteM34/aws-whitepapers-downloader.git
- Get into your virtual environment:
python3 -m venv venv
source venv/bin/activate
- Install dependencies:
pip3 install -r requirements.txt
- Run it
python3 downloader.py
WSL Fix. Get the latest version from chromedriver
sudo rm /usr/local/bin/chromedriver
sudo apt-get update
sudo apt-get install chromium-chromedriver
Edit the constants at the top of downloader.py to customize:
- Download directory
- Page load delay
- Target URL
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.