Skip to content

Commit

Permalink
added Snapchat
Browse files Browse the repository at this point in the history
  • Loading branch information
sdushantha committed Dec 11, 2021
1 parent adf2c2f commit a88a0a0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,21 @@
"username_claimed": "blueman",
"username_unclaimed": "noonewouldeveru"
},
"Snapchat": {
"errorType":"message",
"errorMsg": "OK",
"regexCheck": "^[a-z][a-z-_.]{3,15}",
"request_method": "POST",
"headers": {
"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:66.0) Gecko/20100101 Firefox/66.0",
"Cookie": "xsrf_token=PlEcin8s5H600toD4Swngg; sc-cookies-accepted=true; web_client_id=b1e4a3c7-4a38-4c1a-9996-2c4f24f7f956; oauth_client_id=c2Nhbg=="
},
"url": "https://www.snapchat.com/add/{}",
"urlMain": "https://www.snapchat.com",
"urlProbe": "https://accounts.snapchat.com/accounts/get_username_suggestions?requested_username={}&xsrf_token=PlEcin8s5H600toD4Swngg",
"username_claimed": "teamsnapchat",
"username_unclaimed": "revedluowenoon"
},
"Flickr": {
"errorType": "status_code",
"url": "https://www.flickr.com/people/{}",
Expand Down

0 comments on commit a88a0a0

Please sign in to comment.