Skip to content

paulwakeford/getAWSdocs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

getAWSdocs

### About

One thing that strikes me as odd with Amazon and the documentation on AWS is that there is no download all button, to make it easy to get all the documentation in one go. After creating a simple bash script that kept breaking and needed updating, I decided to rewrite in python to make it a little easier to maintain.

I hope some of you find this useful.

### Requirements

Make sure all these python modules are intalled:

  • BeautifulSoup
  • urllib2
  • urlparse

example:

sudo pip install BeautifulSoup

Usage

To get all documents:

./getAWSdocs.py

Files that exist on disk will not be re-downloaded (so by default only new sections/files are downloaded). To override this default and force re-download of files that exist on disk, use

./getAWSdocs.py --force

Thats it!

@ric_harvey [@paulwakeford] (https://twitter.com/paulwakeford)

About

Easily Download all AWS documents in one go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%