Skip to content

KasteM34/aws-whitepapers-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Whitepapers Downloader

A Python script to download AWS whitepapers from the official AWS documentation site.

Installation

  1. Clone the repository:
git clone https://github.com/KasteM34/aws-whitepapers-downloader.git
  1. Get into your virtual environment:
python3 -m venv venv
source venv/bin/activate
  1. Install dependencies:
pip3 install -r requirements.txt
  1. 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

Configuration

Edit the constants at the top of downloader.py to customize:

  • Download directory
  • Page load delay
  • Target URL

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Download AWS whitepapers automatically

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages