From a88a0a0f735fcbf52a041fab32f1e3bac5d32804 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Sat, 11 Dec 2021 17:10:20 +0100 Subject: [PATCH] added Snapchat --- sherlock/resources/data.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index f1e47585..a1e712ba 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -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/{}",