Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

This is the third of four training projects on the Python Software Developer course on Hexlet.io

Notifications You must be signed in to change notification settings

altvec/python-project-lvl3

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

132 Commits
132 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Page loader

Github Actions Status wemake-python-styleguide Maintainability Test Coverage

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

Installation

pip install --user --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ altvec-page-loader

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
  -l {INFO,DEBUG}, --log-level {INFO,DEBUG}
                        set log level

Downloading simple webpage

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

asciicast

Downloading webpage with local resources

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

asciicast

Downloadig webpage with local resources and DEBUG mode

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

asciicast

About

This is the third of four training projects on the Python Software Developer course on Hexlet.io

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
Morty Proxy This is a proxified and sanitized view of the page, visit original site.