htmlgrab is a simple command-line script to generate static webpages.
Installation
pip install htmlgrab
Usage
htmlgrab.py options.
Required arguments are:
-u page url
-d destionation root folder for your html
Optional arguments are:
-i save index.html into a directory based on page slug
-o omits a string from slug
eg.:
$ htmlgrab.py -u https://github.com/blog/1113-akavache-is-now-open-source -d /Users/iepsen/
$ ls blog
$ 1113-akavache-is-now-open-source.html
$ htmlgrab.py -u https://github.com/blog/1113-akavache-is-now-open-source -d /Users/iepsen/ -i True
$ ls blog/1113-akavache-is-now-open-source
$ index.html
Use htmlgrab.py -h for usage help.
Product's homepage
Requirements:
· Python