Skip to content

elena-iuzapolskaia/python-project-lvl3

Repository files navigation

Page loader

Actions Status lint_flake8 Maintainability Test Coverage

This is a CLI utility for downloading the specified webpage from the Internets.

Installation

make install
make build
make package-install

Usage

usage: page-loader [-h] [-o OUTPUT] [-l {INFO,DEBUG}] url

Page loader

positional arguments:
  url

optional arguments:
  -h, --help            show this help message and exit
  -o OUTPUT, --output OUTPUT
                        set output directory

Downloading simple webpage

page-loader --output . http://example.com

Downloading webpage with local resources

page-loader -o /tmp/ https://ru.hexlet.io/courses

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published