Skip to content

oleglego94/Pageloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Page Loader

Python CI Maintainability Test Coverage

Hexlet tests and linter status:

Actions Status

Description

PageLoader is a command line utility that downloads pages from the Internet and stores them on your computer.

Installation

"page-loader" requires Python 3.6+ to run. asciicast

Usage

usage: page-loader [options] <url>

PageLoader is a CLI-utility that downloads pages from the Internet and stores them on computer

Arguments:
  url                   download page address

Options:
  -o [dir], --output [dir]
                        output dir (default: current directory)
  -v {debug,info}, --verbose {debug,info}
                        display verbose log
  -V, --version         output the version number
  -h, --help            display help for command

Download page with resources

asciicast

Logging

asciicast

Error Handling

asciicast

About

This is a training project in which I create CLI-utility that downloads pages from the Internet

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors