+ Supported Features

tell what the package can do, many users probably do not read the full usage.
This commit is contained in:
Akash Mahanty 2021-01-11 23:01:18 +05:30 committed by GitHub
parent eabf4dc046
commit 91402792e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,16 @@ Install directly from GitHub:
pip install git+https://github.com/akamhy/waybackpy.git pip install git+https://github.com/akamhy/waybackpy.git
``` ```
### Supported Features
- Archive webpage
- Retrieve all archives of a webpage/domain
- Retrieve archive close to a date or timestamp
- Retrieve all archives which have a particular prefix
- Get source code of the archive easily
- CDX API support
### Usage ### Usage
#### As a Python package #### As a Python package