+ 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

View File

@ -33,6 +33,16 @@ Install directly from GitHub:
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
#### As a Python package