Python package & CLI tool that interfaces with the Wayback Machine API
+
Python package & CLI tool that interfaces with the Wayback Machine API
+
+
+
+
+
+
+
+
-----------------------------------------------------------------------------------------------------------------------------------------------
-### 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