Brought back Instagram

We are now using a third party site to do the checking of the accounts
because check directly through Instagram would require us to be logged
in.
pull/1163/head
Siddharth Dushantha 3 years ago
parent 8ede81782b
commit 47c5ccd93e

@ -503,14 +503,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Instagram": {
"errorMsg": "href=\"/static/bundles/metro/HttpErrorPage.js/",
"errorType": "message",
"url": "https://www.instagram.com/{}",
"urlMain": "https://www.instagram.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Pling": {
"errorMsg": "Resource not found",
"errorType": "message",

@ -1003,20 +1003,6 @@ As of 2021-01-13, Badoo returns false positives
},
```
## Instagram
As of 2021-01-13, Instagram returns false positives. This can be fixed by using their username checking API endpoint, but that requires a POST request which Sherlock currently does not support.
```
"Instagram": {
"errorMsg": "href=\"/static/bundles/metro/HttpErrorPage.js/",
"errorType": "message",
"url": "https://www.instagram.com/{}",
"urlMain": "https://www.instagram.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```
## Pling
As of 2021-01-13, Pling returns false positives.
```

@ -2147,5 +2147,14 @@
"urlMain": "https://uid.me/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Instagram": {
"errorMsg": "Nothing found!",
"errorType": "message",
"urlProbe": "https://www.picuki.com/profile/{}",
"url": "https://www.instagram.com/{}",
"urlMain": "https://www.instagram.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
}
}

Loading…
Cancel
Save