From 78d0e0c126a2024a1dd0529f370ded92a43cc1fe Mon Sep 17 00:00:00 2001 From: Akash Mahanty Date: Fri, 21 Jan 2022 09:54:04 +0530 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3930acd..99e6738 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ RAUDI is a tool by SecSI (), an Italian cybersecurity startup. -### Usage +### 🚀 Usage #### As a Python package @@ -118,8 +118,9 @@ https://web.archive.org/web/20200719062108/https://en.wikipedia.org/wiki/Social_ $ waybackpy --oldest --url "https://en.wikipedia.org/wiki/Humanoid" --user_agent "my-unique-user-agent" https://web.archive.org/web/20040415020811/http://en.wikipedia.org:80/wiki/Humanoid -$ waybackpy --newest --url "https://en.wikipedia.org/wiki/Remote_sensing" --user_agent "my-unique-user-agent" -https://web.archive.org/web/20201221130522/https://en.wikipedia.org/wiki/Remote_sensing +$ waybackpy --url google.com --user_agent "my-unique-user-agent" --near --year 2008 --month 8 --day 8 +Archive URL: +https://web.archive.org/web/20080808014003/http://www.google.com:80/ ``` > CLI documentation is at .