Skip to content

Commit 65e1d2c

Browse files
committed
Brough back Twitter
We are now using Nitter as the urlProbe, which is a free and open source alternative Twitter front-end focused on privacy.
1 parent 039debb commit 65e1d2c

File tree

4 files changed

+12
-24
lines changed

4 files changed

+12
-24
lines changed

removed_sites.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -605,14 +605,6 @@
605605
"username_claimed": "blue",
606606
"username_unclaimed": "noonewouldeverusethis7"
607607
},
608-
"Twitter": {
609-
"errorMsg": "This account doesn’t exist",
610-
"errorType": "message",
611-
"url": "https://twitter.com/{}",
612-
"urlMain": "https://twitter.com/",
613-
"username_claimed": "blue",
614-
"username_unclaimed": "noonewouldeverusethis7"
615-
},
616608
"allmylinks": {
617609
"errorMsg": "Page not found",
618610
"errorType": "message",

removed_sites.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,20 +1188,6 @@ into this as YouTube is must have site in Sherlock.
11881188
}
11891189
```
11901190

1191-
## Twitter
1192-
1193-
As of 2021-06-27, Twitter returns false positives. A solid solution has not been found yet but Twitter is temporarly removed. We will find a solution ASAP.
1194-
```
1195-
"Twitter": {
1196-
"errorMsg": "This account doesn’t exist",
1197-
"errorType": "message",
1198-
"url": "https://twitter.com/{}",
1199-
"urlMain": "https://twitter.com/",
1200-
"username_claimed": "blue",
1201-
"username_unclaimed": "noonewouldeverusethis7"
1202-
}
1203-
```
1204-
12051191
## AllMyLinks
12061192

12071193
As of 2021-06-27, AllMyLinks has added a chapta using Cloudflare and this prevents us from checking for usernames.

sherlock/resources/data.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,6 +1519,15 @@
15191519
"username_claimed": "jenny",
15201520
"username_unclaimed": "noonewouldeverusethis7"
15211521
},
1522+
"Twitter": {
1523+
"errorMsg": "<title>Error | nitter</title>",
1524+
"errorType": "message",
1525+
"url": "https://twitter.com/{}",
1526+
"urlMain": "https://twitter.com/",
1527+
"urlProbe": "https://nitter.net/{}",
1528+
"username_claimed": "blue",
1529+
"username_unclaimed": "noonewouldeverusethis7"
1530+
},
15221531
"Typeracer": {
15231532
"errorMsg": "Profile Not Found",
15241533
"errorType": "message",

sites.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## List Of Supported Sites (284 Sites In Total!)
1+
## List Of Supported Sites (285 Sites In Total!)
22
1. [2Dimensions](https://2Dimensions.com/)
33
1. [3dnews](http://forum.3dnews.ru/)
44
1. [7Cups](https://www.7cups.com/)
@@ -96,6 +96,7 @@
9696
1. [IFTTT](https://www.ifttt.com/)
9797
1. [ImgUp.cz](https://imgup.cz/)
9898
1. [Imgur](https://imgur.com/)
99+
1. [Instagram](https://www.instagram.com/)
99100
1. [Instructables](https://www.instructables.com/)
100101
1. [Issuu](https://issuu.com/)
101102
1. [Itch.io](https://itch.io/)
@@ -282,4 +283,4 @@
282283
1. [svidbook](https://www.svidbook.ru/)
283284
1. [toster](https://www.toster.ru/)
284285
1. [uid](https://uid.me/)
285-
1. [Instagram](https://www.instagram.com/)
286+
1. [Twitter](https://twitter.com/)

0 commit comments

Comments
 (0)