Wget-compatible web downloader.
Project description
Wpull is a Wget-compatible (or remake/clone/replacement/alternative) web downloader.
Features:
Written in Python
Modular
Asynchronous
Currently in beta quality! Some features are not implemented yet and the API is not considered stable.
Install
Requires:
Install Wpull from GitHub:
pip3 install git+https://github.com/chfoo/wpull.git#egg=wpull
Dependencies can be installed using pip as well:
pip3 install -r requirements.txt
Tip: Adding the --user option will install into your home directory.
Python 2.6/2.7
Install lib3to2 and additional requirements before installing Wpull:
pip install hg+https://bitbucket.org/amentajo/lib3to2#egg=3to2 pip install -r requirements-2py.txt
Invoking setup.py will trigger the 3to2 process. The Python 2 compatible source code will be placed in py2src_noedit/.
Run
To download the About page of Google.com:
python3 -m wpull google.com/about
To archive a website:
python3 -m wpull billy.blogsite.example --warc-file blogsite-billy \ --no-robots --user-agent "InconspiuousWebBrowser/1.0" \ --wait 0.5 --random-wait --wait-retry 600 \ --page-requisites --recursive --level inf \ --span-hosts --domains blogsitecdn.example,cloudspeeder.example \ --hostnames billy.blogsite.example \ --reject-regex "/login\.php" \ --tries inf --retry-connrefused --retry-dns-error \ --delete-after --database blogsite-billy.db \ --quiet --output-file blogsite-billy.log
To see all options:
python3 -m wpull --help
Documentation
Documentation is not yet written.
API Note: This library is not thread safe.
Help
Issues can be reported to the issue tracker: https://github.com/chfoo/wpull/issues.
Todo
lot’s of TODO markers in code
docstrings
sphinx doc config
Credits
Copyright 2013-2014 by Christopher Foo. License GPL v3.
This project contains third-party source code licensed under different terms:
backport
wpull.backport.argparse
wpull.backport.collections
wpull.backport.functools
wpull.backport.tempfile
wpull.thirdparty.robotexclusionrulesparser
We would like to acknowledge the authors of GNU Wget as Wpull uses algorithms from Wget.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file wpull-0.7.tar.gz
.
File metadata
- Download URL: wpull-0.7.tar.gz
- Upload date:
- Size: 97.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b108830d5c96ea8175b4be8c00561969095c8822afa8dde6acf8fdd328bbf490 |
|
MD5 | 9da600cf3b518f6efe201f86115e844f |
|
BLAKE2b-256 | 0c09f798f2ddf2cca1b90987b9377cc76846a415e06e6705f5571659e6d42ecf |