Skip to content

Commit

Permalink
removed Twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
sdushantha committed Jun 27, 2021
1 parent af47af8 commit ac5b42c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 10 deletions.
8 changes: 8 additions & 0 deletions removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,14 @@
"urlMain": "https://www.youtube.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Twitter": {
"errorMsg": "This account doesn’t exist",
"errorType": "message",
"url": "https://twitter.com/{}",
"urlMain": "https://twitter.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
}
}

14 changes: 14 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -1201,3 +1201,17 @@ into this as YouTube is must have site in Sherlock.
"username_unclaimed": "noonewouldeverusethis7"
}
```

## Twitter

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.
```
"Twitter": {
"errorMsg": "This account doesn’t exist",
"errorType": "message",
"url": "https://twitter.com/{}",
"urlMain": "https://twitter.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
}
```
10 changes: 0 additions & 10 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1538,16 +1538,6 @@
"username_claimed": "jenny",
"username_unclaimed": "noonewouldeverusethis7"
},
"Twitter": {
"errorType": "status_code",
"headers": {
"User-Agent": ""
},
"url": "https://mobile.twitter.com/{}",
"urlMain": "https://mobile.twitter.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Typeracer": {
"errorMsg": "Profile Not Found",
"errorType": "message",
Expand Down

0 comments on commit ac5b42c

Please sign in to comment.