From bd65d00044b7d832d7bd5658809f8c850f54f192 Mon Sep 17 00:00:00 2001 From: Master Date: Mon, 7 Jan 2019 13:19:32 +0200 Subject: [PATCH 1/2] added Telegram (search by @nickname) --- data.json | 6 ++++++ sites.md | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index f102c102..2fbcf100 100644 --- a/data.json +++ b/data.json @@ -644,5 +644,11 @@ "url": "https://mstdn.io/@{}", "urlMain": "https://mstdn.io/", "errorType": "status_code" + }, + "Telegram": { + "url": "https://t.me/{}", + "urlMain": "https://t.me/", + "errorType": "message", + "errorMsg": " Date: Wed, 9 Jan 2019 01:03:11 +0330 Subject: [PATCH 2/2] bump version --- sherlock.py | 2 +- sites.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sherlock.py b/sherlock.py index 304b5ca0..b16a0575 100644 --- a/sherlock.py +++ b/sherlock.py @@ -22,7 +22,7 @@ from requests_futures.sessions import FuturesSession from torrequest import TorRequest module_name = "Sherlock: Find Usernames Across Social Networks" -__version__ = "0.2.2" +__version__ = "0.2.3" amount=0 # TODO: fix tumblr diff --git a/sites.md b/sites.md index aadd40ab..390a7d64 100644 --- a/sites.md +++ b/sites.md @@ -113,4 +113,4 @@ 112. [Plug.DJ](https://plug.dj/) 113. [Wikipedia](https://www.wikipedia.org/) 114. [Mastodon](https://mstdn.io/) -115. [Telegram](https://t.me/) \ No newline at end of file +115. [Telegram](https://t.me/)