From 97edd41339955a291b90f036e4f5cb6ac844caf4 Mon Sep 17 00:00:00 2001 From: Ivan Achlaqullah Date: Wed, 9 Jan 2019 22:32:34 +0700 Subject: [PATCH 1/5] Add TradingView --- data.json | 6 ++++++ sites.md | 1 + 2 files changed, 7 insertions(+) diff --git a/data.json b/data.json index 2fbcf100..6e983b84 100644 --- a/data.json +++ b/data.json @@ -650,5 +650,11 @@ "urlMain": "https://t.me/", "errorType": "message", "errorMsg": " Date: Wed, 9 Jan 2019 22:42:57 +0700 Subject: [PATCH 2/5] change tradingview error msg --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index 6e983b84..47a29c2d 100644 --- a/data.json +++ b/data.json @@ -655,6 +655,6 @@ "url": "https://www.tradingview.com/u/{}", "urlMain": "https://www.tradingview.com/", "errorType": "message", - "errorMsg": "404" + "errorMsg": "tv-http-error-icon__error-code" } } From 304c15c65463e5b965a178369dc57e72f52a43ec Mon Sep 17 00:00:00 2001 From: Ivan Achlaqullah Date: Wed, 9 Jan 2019 23:06:00 +0700 Subject: [PATCH 3/5] Add kaggle and change error type --- data.json | 10 +++++++--- sites.md | 5 +++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/data.json b/data.json index 47a29c2d..3f0549c3 100644 --- a/data.json +++ b/data.json @@ -652,9 +652,13 @@ "errorMsg": " Date: Wed, 9 Jan 2019 23:14:35 +0700 Subject: [PATCH 4/5] Add itch.io --- data.json | 5 +++++ sites.md | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/data.json b/data.json index 3f0549c3..68f96efc 100644 --- a/data.json +++ b/data.json @@ -660,5 +660,10 @@ "url": "https://www.kaggle.com/{}", "urlMain": "https://www.kaggle.com/", "errorType": "status_code" + }, + "Itch.io": { + "url": "https://{}.itch.io/", + "urlMain": "https://itch.io/", + "errorType": "status_code" } } diff --git a/sites.md b/sites.md index 451fba3a..3f60d044 100644 --- a/sites.md +++ b/sites.md @@ -1,4 +1,4 @@ -## List Of Supported Sites (117 Sites In Total!) +## List Of Supported Sites (118 Sites In Total!) 1. [Instagram](https://www.instagram.com/) 2. [Twitter](https://www.twitter.com/) 3. [Facebook](https://www.facebook.com/) @@ -115,4 +115,5 @@ 114. [Mastodon](https://mstdn.io/) 115. [Telegram](https://t.me/) 116. [TradingView] (https://www.tradingview.com/) -117. [Kaggle] (https://www.kaggle.com/) \ No newline at end of file +117. [Kaggle] (https://www.kaggle.com/) +118. [Itch.io] (https://itch.io/) \ No newline at end of file From 2247f556f2800267c9d41f66b2e7345ffbc2c39f Mon Sep 17 00:00:00 2001 From: Yahya SayadArbabi Date: Thu, 10 Jan 2019 17:17:17 +0330 Subject: [PATCH 5/5] bump version --- sherlock.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sherlock.py b/sherlock.py index da38feb5..e348643b 100644 --- a/sherlock.py +++ b/sherlock.py @@ -23,7 +23,7 @@ from requests_futures.sessions import FuturesSession from torrequest import TorRequest module_name = "Sherlock: Find Usernames Across Social Networks" -__version__ = "0.2.3" +__version__ = "0.2.4" amount=0 # TODO: fix tumblr @@ -438,4 +438,4 @@ def main(): if __name__ == "__main__": - main() \ No newline at end of file + main()