From 2ab44391cfb210ae1a56b96b654cf001e4893393 Mon Sep 17 00:00:00 2001 From: Akash Mahanty Date: Sun, 16 Jan 2022 23:01:31 +0530 Subject: [PATCH] close #107, added link to SecSI/Docker image --- README.md | 35 +++++++++++++++++++++++++++-------- 1 file changed, 27 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3c55937..ae185fa 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,33 @@
-

Python package & CLI tool that interfaces with the Wayback Machine API

+

Python package & CLI tool that interfaces with the Wayback Machine API

+

+pypi +Contributions Welcome +Downloads +GitHub lastest commit +PyPI - Python Version +

+ ----------------------------------------------------------------------------------------------------------------------------------------------- -### Installation +## ⭐️ Introduction +Waybackpy is a [Python package](https://www.udacity.com/blog/2021/01/what-is-a-python-package.html) and a CLI tool that interfaces with the Wayback Machine API. + + Wayback Machine has 3 client side APIs. + + - Save API + - Availability API + - CDX API + +All three of these can be accessed by waybackpy. + + +### 🏗 Installation Using [pip](https://en.wikipedia.org/wiki/Pip_(package_manager)): @@ -22,14 +42,13 @@ Install directly from GitHub: pip install git+https://github.com/akamhy/waybackpy.git ``` -### Supported APIs - Wayback Machine has 3 client side APIs. +### Docker Image +Docker Hub : - - Save API - - Availability API - - CDX API +Docker image is automatically updated on every release by [Regulary and Automatically Updated Docker Images](https://github.com/cybersecsi/RAUDI) (RAUDI). + +RAUDI is a tool by SecSI (), an Italian cybersecurity startup. -All three of these can be accessed by waybackpy. ### Usage