Cli utility for asynchronous downloading of web-pages to a local directory.
- python = "^3.9"
- httpx = "^0.24.0"
- beautifulsoup4 = "^4.10.0"
- progress = "^1.6"
usage: page-loader [options] <url>
Downloading web-page to local directory
positional arguments:
url url to download
optional arguments:
-o, --output output dir (default: current working directory)
-v, --version show program's version number and exit
-h, --help dispaly help for command
Use the package manager pip:
pip install --user git+https://github.com/emp7yhead/python-project-lvl3
Clone repository and use poetry:
git clone https://github.com/emp7yhead/python-project-lvl3
cd python-project-lvl3
make build
make package-install