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