From 91402792e63d790541ffa1709e61bf3e39e429a5 Mon Sep 17 00:00:00 2001 From: Akash Mahanty Date: Mon, 11 Jan 2021 23:01:18 +0530 Subject: [PATCH] + Supported Features tell what the package can do, many users probably do not read the full usage. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0fae689..3a194a2 100644 --- a/README.md +++ b/README.md @@ -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