From 4c9819bb52e6c1b254bf615482623ebb3f72f4a2 Mon Sep 17 00:00:00 2001 From: ABHIJITH BOPPE <47808835+AbhijithAJ@users.noreply.github.com> Date: Tue, 18 Jan 2022 00:36:32 +0530 Subject: [PATCH] Update README.mkd --- README.mkd | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.mkd b/README.mkd index 358440b..ea7497d 100644 --- a/README.mkd +++ b/README.mkd @@ -7,6 +7,11 @@ Usage example: ``` ▶ cat domains.txt | waybackurls > urls ``` +#### TIP +Using the python [intimations](https://github.com/AbhijithAJ/intimations) module, you can receive a message to your telegram mobile application once the execution is complete. +``` +cat domains.txt | waybackurls > urls ; python3 -m intimations telegram --title 'waybackurls' --message 'Done finding archived URLs' +``` Install: