Educational project. The command line utility that provides the ability to save web pages on a local computer for later offline viewing. All of its local resources are saved with the page.
- Clone git repository to your local machine:
git clone git@github.com:irisraine/python-project-51.git - Go to the utility directory:
cd python-project-51 - You must have Poetry to build the project. Use
make buildcommand for creating the package. - For installation use
python3 -m pip install --user dist/*.whlcommand, ormake package-install
Use command page-loader -o [output] url to download the desired web page to the specified location.
By default, without specifying a save directory, the page will be saved to the current working directory.
Use optional key -g or --globals for saving all of page's resources, not only local ones.
Use -l or --log to enable logging.
If you need a help, use command page-loader -h
Downloading a web-page into a current working directory using default settings: