diff --git a/Modules/Username_Crosscheck/Whats_My_Name.py b/Modules/Username_Crosscheck/Whats_My_Name.py index b36ad49..f7ffc50 100644 --- a/Modules/Username_Crosscheck/Whats_My_Name.py +++ b/Modules/Username_Crosscheck/Whats_My_Name.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 """ -Credits in web_accounts_list.json +Credits in wmn-data.json """ @@ -35,7 +35,7 @@ class Whats_My_Name: return_result = [] directory = Path(__file__).parent.resolve() - with open(directory / 'web_accounts_list.json') as web_accounts_list: + with open(directory / 'wmn-data.json') as web_accounts_list: file = json.load(web_accounts_list) with sync_playwright() as p: @@ -56,12 +56,12 @@ class Whats_My_Name: with FuturesSession(max_workers=15) as session: for site in file['sites']: - original_uri = site['check_uri'].replace('{account}', social_field) - account_existence_code = str(site['account_existence_code']) - account_existence_string = site['account_existence_string'] + original_uri = site['uri_check'].replace('{account}', social_field) + account_existence_code = site['e_code'] + account_existence_string = site['e_string'] requires_javascript = site.get('requires_javascript', False) if site['valid']: - account_existence_string = re.escape(str(account_existence_string)) + account_existence_string = re.escape(account_existence_string) account_existence_string = re.compile(account_existence_string) if requires_javascript: for _ in range(3): @@ -69,7 +69,7 @@ class Whats_My_Name: response = page.goto(original_uri, wait_until="networkidle", timeout=10000) status_code = response.status page_source = page.content() - if status_code == int(account_existence_code) and \ + if status_code == account_existence_code and \ account_existence_string != "" and \ len(account_existence_string.findall(page_source)) > 0: return_result.append([{'URL': original_uri, @@ -92,7 +92,7 @@ class Whats_My_Name: except RequestException: continue page_source = first_response.text - if first_response.status_code == int(account_existence_code) and \ + if first_response.status_code == account_existence_code and \ account_existence_string != "" and \ len(account_existence_string.findall(page_source)) > 0: return_result.append([{'URL': first_response.url, diff --git a/Modules/Username_Crosscheck/web_accounts_list.json b/Modules/Username_Crosscheck/web_accounts_list.json deleted file mode 100644 index 6c8e526..0000000 --- a/Modules/Username_Crosscheck/web_accounts_list.json +++ /dev/null @@ -1,4881 +0,0 @@ -{ - "license" : ["Copyright (C) 2022 Micah Hoffman", - "This work is licensed under the Creative Commons Attribution-ShareAlike", - "4.0 International License. To view a copy of this license, visit", - "http://creativecommons.org/licenses/by-sa/4.0/ or send a letter to", - "Creative Commons, PO Box 1866, Mountain View, CA 94042, USA."], - "authors" : ["WebBreacher","Munchko","L0r3m1p5um","lehuff","janbinx","bcoles","Sector035", - "arnydo","mccartney","salaheldinaz","camhoff","jocephus","swedishmike","soxoj", - "jspinel","ef1500","zewen","jocejocejoe", "P3run", "seintpl", "djahren", "K2SOsint", "C3n7ral051nt4g3ncy", - "AccentuSoft"], - "categories" : ["archived","art","blog","business","coding","dating","finance","gaming","health", - "hobby","images","misc","music","news","political","search","shopping","social", - "tech","video","XXXPORNXXX"], - "sites" : [ - { - "name": "101010.pl", - "check_uri": "https://101010.pl/@{account}", - "account_existence_code": "200", - "account_existence_string": "@101010.pl", - "account_missing_string": "The page you are looking for isn't here.", - "account_missing_code": "404", - "known_accounts": ["szekspir", "xaphanpl"], - "category": "social", - "valid": true - }, - { - "name" : "3DNews", - "check_uri" : "http://forum.3dnews.ru/member.php?username={account}", - "account_existence_code" : "200", - "account_existence_string" : "Форум 3DNews - Просмотр профиля:", - "account_missing_string" : "Пользователь не зарегистрирован и не имеет профиля для просмотра.", - "account_missing_code" : "200", - "known_accounts" : ["bob", "red"], - "category" : "social", - "valid" : true - }, - { - "name" : "7cup", - "check_uri" : "https://www.7cups.com/@{account}", - "account_existence_code" : "200", - "account_existence_string" : "Profile - 7 Cups", - "account_missing_string" : "Oops! The content you're attempting to access could not be found.", - "account_missing_code" : "404", - "known_accounts" : [ "john", "jbob"], - "category" : "social", - "valid" : true - }, - { - "name" : "21buttons", - "check_uri" : "https://www.21buttons.com/buttoner/{account}", - "account_existence_code" : "200", - "account_existence_string" : "profile_user_followers", - "account_missing_string" : "This is not the page you're looking for", - "account_missing_code" : "404", - "known_accounts" : ["teedawod", "ginamariahoffmann"], - "category" : "social", - "valid" : true - }, - { - "name" : "about.me", - "check_uri" : "https://about.me/{account}", - "account_existence_code" : "200", - "account_existence_string" : " | about.me", - "account_missing_string" : "<title>about.me", - "account_missing_code" : "404", - "known_accounts" : ["john", "jill"], - "category" : "social", - "valid" : true - }, - { - "name" : "Adult_Forum", - "check_uri" : "https://adultforum.gr/{account}-glamour-escorts/", - "account_existence_code" : "200", - "account_existence_string" : "Glamour Escorts ", - "account_missing_string" : "Page not found - Adult Forum Gr", - "account_missing_code" : "404", - "known_accounts" : ["nastya3", "ekaterina"], - "category" : "XXXPORNXXX", - "valid" : true - }, - { - "name" : "akniga", - "check_uri" : "https://akniga.org/profile/{account}", - "account_existence_code" : "200", - "account_existence_string" : " - Аудиокниги Клуб", - "account_missing_code" : "301", - "known_accounts" : ["terrypaulding", "monicashowalter"], - "category" : "political", - "valid" : true - }, - { - "name" : "Aminoapps", - "check_uri" : "https://aminoapps.com/u/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Stories", - "account_missing_code" : "404", - "account_missing_string" : "Ooops, this content does not exist.", - "known_accounts" : ["Ace143", "dottovuu"], - "category" : "blog", - "valid" : true - }, - { - "name" : "AnimePlanet", - "check_uri" : "https://www.anime-planet.com/users/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Joined", - "account_missing_string" : "Meet new friends, make reviews and recommendations.", - "account_missing_code" : "302", - "known_accounts" : ["zala", "lindapearl"], - "category" : "social", - "valid" : true - }, - { - "name" : "aNobii", - "check_uri" : "https://api.anobii.com/users/eid/{account}", - "pretty_uri" : "https://www.anobii.com/{account}/profile/activity", - "account_existence_code" : "200", - "account_existence_string" : "Anobian since", - "account_missing_string" : "A user matching the specified criteria could not be found", - "account_missing_code" : "200", - "known_accounts" : ["albertoricci", "trynyty01"], - "category" : "hobby", - "valid" : false - }, - { - "name" : "anonup", - "check_uri" : "https://anonup.com/@{account}", - "account_existence_code" : "200", - "account_existence_string" : "Following", - "account_missing_string" : "Page not found!", - "account_missing_code" : "302", - "known_accounts" : ["john", "peter"], - "category" : "social", - "valid" : true - }, - { - "name" : "Apex Legends", - "check_uri" : "https://apex.tracker.gg/apex/profile/origin/{account}/overview", - "account_existence_code" : "200", - "account_existence_string" : "Overview", - "account_missing_code" : "404", - "account_missing_string" : "PLAYER NOT FOUND", - "known_accounts" : ["tttcheekyttt", "RollsRoyce_Dawn"], - "category" : "gaming", - "valid" : true - }, - { - "name" : "Appian", - "check_uri" : "https://community.appian.com/members/{account}", - "account_existence_code" : "200", - "account_existence_string" : "User Profile", - "account_missing_string" : "Go back to our", - "account_missing_code" : "301", - "known_accounts" : ["mikec", "varunkumarb0001"], - "category" : "tech", - "valid" : true - }, - { - "name" : "Archive Of Our Own Account", - "check_uri" : "https://archiveofourown.org/users/{account}", - "account_existence_code" : "200", - "account_existence_string" : ">Profile<", - "account_missing_string" : ">redirected<", - "account_missing_code" : "302", - "known_accounts" : ["test", "john"], - "category" : "hobby", - "valid" : true - }, - { - "name" : "Arduino", - "check_uri" : "https://create.arduino.cc/projecthub/{account}", - "account_existence_code" : "200", - "account_existence_string" : "- Arduino Project Hub", - "account_missing_string" : "Arduino Project Hub", - "account_missing_code" : "404", - "known_accounts" : ["peter", "john"], - "category" : "tech", - "valid" : true - }, - { - "name" : "ArmorGames", - "check_uri" : "https://armorgames.com/user/{account}", - "account_existence_code" : "200", - "account_existence_string" : "about", - "account_missing_string" : "404: Oh Noes!", - "account_missing_code" : "302", - "known_accounts" : ["john", "sammy"], - "category" : "gaming", - "valid" : true - }, - { - "name" : "ArtBreeder", - "check_uri" : "https://www.artbreeder.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : "", - "account_missing_string" : "Not found:", - "account_missing_code" : "404", - "known_accounts" : ["dolores", "cyborghyena"], - "category" : "art", - "valid" : true - }, - { - "name" : "Artists & Clients", - "check_uri" : "https://artistsnclients.com/people/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Member Since", - "account_missing_code" : "404", - "account_missing_string" : "The page you requested wasn't there when we tried to get it for you. What a bother!", - "known_accounts" : ["luluc0", "MuraArts"], - "category" : "art", - "valid" : true - }, - { - "name" : "asciinema", - "check_uri" : "https://asciinema.org/~{account}", - "account_existence_code" : "200", - "account_existence_string" : "s profile - asciinema", - "account_missing_string" : "This page doesn't exist. Sorry!", - "account_missing_code" : "404", - "known_accounts" : ["john", "red"], - "category" : "coding", - "valid" : true - }, - { - "name" : "ask.fm", - "check_uri" : "https://ask.fm/{account}", - "account_existence_code" : "200", - "account_existence_string" : "answers,", - "account_missing_string" : "Well, apparently not anymore.", - "account_missing_code" : "200", - "known_accounts" : ["test", "bob"], - "category" : "social", - "valid" : true - }, - { - "name" : "au.ru", - "check_uri" : "https://au.ru/user/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "Лоты пользователя ", - "account_missing_string" : "Пользователь не найден", - "account_missing_code" : "404", - "known_accounts" : ["Svetlana7", "nastya"], - "category" : "misc", - "valid" : true - }, - { - "name" : "Audiojungle", - "check_uri" : "https://audiojungle.net/user/{account}", - "account_existence_code" : "200", - "account_existence_string" : "s profile on AudioJungle", - "account_missing_string" : "404 - Nothing to see here", - "account_missing_code" : "404", - "known_accounts" : ["john", "reds"], - "category" : "music", - "valid" : true - }, - { - "name" : "authorSTREAM", - "check_uri" : "http://www.authorstream.com/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "Presentations on authorSTREAM", - "account_missing_string" : "", - "account_missing_code" : "404", - "known_accounts" : ["test", "john"], - "category" : "social", - "valid" : true - }, - { - "name" : "Avid Community", - "check_uri" : "https://community.avid.com/members/{account}/default.aspx", - "account_existence_code" : "200", - "account_existence_string" : "My Activity", - "account_missing_code" : "302", - "account_missing_string" : "The user you requested cannot be found.", - "known_accounts" : ["Thayne", "Admin"], - "category" : "music", - "valid" : true - }, - { - "name" : "Bandcamp", - "check_uri" : "https://bandcamp.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : " collection | Bandcamp", - "account_missing_string" : "

Sorry, that something isn’t here.

", - "account_missing_code" : "404", - "known_accounts" : ["alice", "bob"], - "category" : "music", - "valid" : true - }, - { - "name" : "Bandlab", - "check_uri" : "https://www.bandlab.com/api/v1.3/users/{account}", - "pretty_uri" : "https://www.bandlab.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : "about", - "account_missing_code" : "404", - "account_missing_string" : "Couldn't find any matching element, it might be deleted", - "known_accounts" : ["rave_flawless", "delutaya"], - "category" : "music", - "valid" : true - }, - { - "name" : "BDSMLR", - "check_uri" : "https://{account}.bdsmlr.com", - "account_existence_code" : "200", - "account_existence_string" : "login", - "account_missing_string" : "This blog doesn't exist.", - "account_missing_code" : "200", - "known_accounts" : ["themunch", "shibari4all"], - "category" : "XXXPORNXXX", - "valid" : true - }, - { - "name" : "bdsmsingles", - "check_uri" : "https://www.bdsmsingles.com/members/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "Profile", - "account_missing_string" : "BDSM Singles", - "account_missing_code" : "302", - "known_accounts" : ["GoddessBlueDiamo", "aalama"], - "category" : "XXXPORNXXX", - "valid" : true - }, - { - "name" : "Behance", - "check_uri" : "https://www.behance.net/{account}", - "account_existence_code" : "200", - "account_existence_string" : "<title>Behance", - "account_missing_string" : "Behance :: Oops! We can’t find that page.", - "account_missing_code" : "404", - "known_accounts" : ["alice", "john"], - "category" : "business", - "valid" : true - }, - { - "name" : "Bentbox", - "check_uri" : "https://bentbox.co/{account}", - "account_existence_code" : "200", - "account_existence_string" : "BentBox photos and videos", - "account_missing_string" : "This user page is currently not available.", - "account_missing_code" : "302", - "known_accounts" : ["brockdoom", "witchhouse", "hotoptics"], - "category" : "XXXPORNXXX", - "valid" : true - }, - { - "name" : "BiggerPockets", - "check_uri" : "https://www.biggerpockets.com/users/{account}", - "account_existence_code" : "200", - "account_existence_string" : "| BiggerPockets", - "account_missing_string" : "Page not found", - "account_missing_code" : "404", - "known_accounts" : ["john", "bob"], - "category" : "finance", - "valid" : false - }, - { - "name" : "Bimpos", - "check_uri" : "https://ask.bimpos.com/user/{account}", - "account_existence_code" : "200", - "account_existence_string" : "User", - "account_missing_string" : "Page not found", - "account_missing_code" : "404", - "known_accounts" : ["john", "db"], - "category" : "tech", - "valid" : true - }, - { - "name" : "Bitbucket", - "check_uri" : "https://bitbucket.org/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "Repositories", - "account_missing_string" : "That link has no power here", - "account_missing_code" : "404", - "known_accounts" : ["test", "WebBreacher"], - "category" : "coding", - "valid" : true - }, - { - "name" : "Bitchute", - "check_uri" : "https://www.bitchute.com/channel/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "subscribers", - "account_missing_string" : "404 - Page not found", - "account_missing_code" : "404", - "known_accounts" : ["simon_parkes", "americafloats", "daindor"], - "category" : "political", - "valid" : true - }, - { - "name" : "bitcoin forum", - "check_uri" : "https://bitcoinforum.com/profile/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Profile of", - "account_missing_string" : "An Error Has Occurred!", - "account_missing_code" : "200", - "known_accounts" : ["alex", "boss"], - "category" : "finance", - "valid" : true - }, - { - "name" : "BLIP.fm", - "check_uri" : "https://blip.fm/{account}", - "account_existence_code" : "200", - "account_existence_string" : "recommended", - "account_missing_string" : "", - "account_missing_code" : "404", - "known_accounts" : ["john", "walnuts"], - "category" : "music", - "valid" : true - }, - { - "name" : "Blogger", - "check_uri" : "https://www.blogger.com/profile/{account}", - "account_existence_code" : "200", - "account_existence_string" : ">On Blogger since", - "account_missing_string" : "Sorry, the blog you were looking for does not exist.", - "account_missing_code" : "404", - "known_accounts" : ["07333944864481878697", "05941544278367416980"], - "category" : "blog", - "valid" : true - }, - { - "name": "blogi.pl", - "check_uri": "https://www.blogi.pl/osoba,{account}.html", - "account_existence_code": "200", - "account_existence_string": "Informacje ogólne", - "account_missing_string": "Niepoprawny adres.", - "account_missing_code": "200", - "known_accounts": ["naukowa", "izkpaw"], - "category": "blog", - "valid": true - }, - { - "name" : "Blogmarks", - "check_uri" : "http://blogmarks.net/user/{account}", - "account_existence_code" : "200", - "account_existence_string" : "class=\"mark\"", - "account_missing_string" : "", - "account_missing_code" : "200", - "known_accounts" : ["test", "mike"], - "category" : "misc", - "valid" : true - }, - { - "name" : "Blogspot", - "check_uri" : "http://{account}.blogspot.com", - "account_existence_code" : "200", - "account_existence_string" : "Blogger Template Style", - "account_missing_string" : "Blog not found", - "account_missing_code" : "404", - "known_accounts" : ["test"], - "category" : "blog", - "valid" : true - }, - { - "name" : "BodyBuilding.com", - "check_uri" : "http://api.bodybuilding.com/api-proxy/bbc/get?slug={account}", - "pretty_uri" : "http://bodyspace.bodybuilding.com/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "username", - "account_missing_string" : "data\":\"\"", - "account_missing_code" : "200", - "known_accounts" : ["mike"], - "category" : "health", - "valid" : true - }, - { - "name" : "Bookcrossing", - "check_uri" : "https://www.bookcrossing.com/mybookshelf/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Recent Book Activity", - "account_missing_string" : "Sorry, we were unable to locate the content that you requested.", - "account_missing_code" : "404", - "known_accounts" : ["john", "bob"], - "category" : "hobby", - "valid" : true - }, - { - "name" : "Booth", - "check_uri" : "https://{account}.booth.pm/", - "account_existence_code" : "200", - "account_existence_string" : "- BOOTH", - "account_missing_string" : "BOOTH - The International Indie Art Marketplace", - "account_missing_code" : "302", - "known_accounts" : ["monoliorder", "hasya"], - "category" : "shopping", - "valid" : true - }, - { - "name" : "Brickset", - "check_uri" : "https://forum.brickset.com/profile/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Activity", - "account_missing_string" : "User Not Found", - "account_missing_code" : "404", - "known_accounts" : ["lowlead", "vwong19"], - "category" : "hobby", - "valid" : true - }, - { - "name" : "Bugcrowd", - "check_uri" : "https://bugcrowd.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : "s researcher profile on Bugcrowd", - "account_missing_string" : ">Bugcrowd | Error", - "account_missing_code" : "404", - "known_accounts" : ["bitquark", "mert"], - "category" : "tech", - "valid" : true - }, - { - "name" : "buymeacoffee", - "check_uri" : "https://www.buymeacoffee.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : "supporters", - "account_missing_string" : "The page you’re looking for doesn’t exist.", - "account_missing_code" : "404", - "known_accounts" : ["freebird", "robinwong"], - "category" : "finance", - "valid" : true - }, - { - "name" : "BuzzFeed", - "check_uri" : "https://www.buzzfeed.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : "memberSince", - "account_missing_string" : "We can't find the page you're looking for", - "account_missing_code" : "404", - "known_accounts" : ["janelytvynenko", "RobertK"], - "category" : "social", - "valid" : true - }, - { - "name" : "Buzznet", - "check_uri" : "https://www.buzznet.com/author/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "Author:", - "account_missing_string" : "The page you are looking for can't be found.", - "account_missing_code" : "404", - "known_accounts" : ["carolinegawlik"], - "category" : "news", - "valid" : true - }, - { - "name" : "Carbonmade", - "check_uri" : "https://{account}.carbonmade.com/", - "account_existence_code" : "200", - "account_existence_string" : "s online portfolio", - "account_missing_string" : "site not found", - "account_missing_code" : "404", - "known_accounts" : ["jenny", "bob"], - "category" : "hobby", - "valid" : true - }, - { - "name" : "Career.habr", - "check_uri" : "https://career.habr.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : "— Хабр Карьера", - "account_missing_string" : "Ошибка 404", - "account_missing_code" : "404", - "known_accounts" : ["alex", "bob"], - "category" : "business", - "valid" : true - }, - { - "name" : "CaringBridge", - "check_uri" : "https://www.caringbridge.org/visit/{account}", - "account_existence_code" : "200", - "account_existence_string" : "| CaringBridge", - "account_missing_string" : "Sorry, we can’t find that site", - "account_missing_code" : "404", - "known_accounts" : ["robertherring"], - "category" : "health", - "valid" : true - }, - { - "name" : "carrd.co", - "check_uri" : "https://{account}.carrd.co", - "account_existence_code" : "200", - "account_existence_string" : "( Made with Carrd )", - "account_missing_code" : "404", - "account_missing_string" : "Sorry, the requested page could not be found.", - "known_accounts" : ["liam", "peter"], - "category" : "business", - "valid" : true - }, - { - "name" : "cash.app", - "check_uri" : "https://cash.app/${account}", - "account_existence_code" : "200", - "account_existence_string" : " on Cash App", - "account_missing_string" : "The page you are looking for can't be found", - "account_missing_code" : "404", - "known_accounts" : ["Jill", "john"], - "category" : "finance", - "valid" : true - }, - { - "name" : "CastingCallClub", - "check_uri" : "https://www.castingcall.club/{account}", - "account_existence_code" : "200", - "account_existence_string" : "| Casting Call Club", - "account_missing_code" : "302", - "account_missing_string" : "404: This is not the page you were looking for. In the future, our AI robot overlords will be able to better predict exactly what you were looking for.", - "known_accounts" : ["Lindz", "Danye"], - "category" : "hobby", - "valid" : true - }, - { - "name": "CD-Action", - "check_uri": "https://cdaction.pl/uzytkownicy/{account}", - "account_existence_code": "200", - "account_existence_string": "Lista gier:", - "account_missing_string": "Coś się popsuło...", - "account_missing_code": "404", - "known_accounts": ["saczuan", "cormac"], - "category": "gaming", - "valid": true - }, - { - "name": "cda.pl", - "check_uri": "https://www.cda.pl/{account}", - "account_existence_code": "200", - "account_existence_string": "Foldery", - "account_missing_string": "Strona na którą chcesz wejść nie istnieje", - "account_missing_code": "200", - "known_accounts": ["test2", "janek"], - "category": "video", - "valid": true - }, - { - "name" : "championat", - "check_uri" : "https://www.championat.com/user/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "Личный профил", - "account_missing_string" : "Извините, запрашиваемая страница не найдена", - "account_missing_code" : "404", - "known_accounts" : ["john", "bob"], - "category" : "news", - "valid" : true - }, - { - "name" : "Chaos.social", - "check_uri" : "https://chaos.social/@{account}", - "account_existence_code" : "200", - "account_existence_string" : "- chaos.social", - "account_missing_string" : "The page you are looking for isn't here.", - "account_missing_code" : "404", - "known_accounts" : ["dictvm", "sml"], - "category" : "social", - "valid" : true - }, - { - "name" : "cHEEZburger", - "check_uri" : "https://profile.cheezburger.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : "profile-header", - "account_missing_string" : "Home - ", - "account_missing_code" : "302", - "known_accounts" : ["john"], - "category" : "hobby", - "valid" : true - }, - { - "name": "Chamsko", - "check_uri": "https://www.chamsko.pl/profil/{account}", - "account_existence_code": "200", - "account_existence_string": "W serwisie od", - "account_missing_string": "Strona nie istnieje.", - "account_missing_code": "404", - "known_accounts": ["test", "janek"], - "category": "images", - "valid": true - }, - { - "name" : "Chess.com", - "check_uri" : "https://www.chess.com/member/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Last Online", - "account_missing_string" : "<title>Missing Page?! - Chess.com", - "account_missing_code" : "404", - "known_accounts" : ["john", "peter", "josh"], - "category" : "gaming", - "valid" : true - }, - { - "name": "Chomikuj.pl", - "check_uri": "https://chomikuj.pl/{account}/", - "account_existence_code": "200", - "account_existence_string": "Foldery", - "account_missing_string": "Chomik o takiej nazwie nie istnieje", - "account_missing_code": "404", - "known_accounts": ["test", "test2"], - "category": "misc", - "valid": true - }, - { - "name" : "Cloudflare", - "check_uri" : "https://community.cloudflare.com/u/{account}", - "account_existence_code" : "200", - "account_existence_string" : "- Cloudflare Community", - "account_missing_string" : "Oops! That page doesn’t exist or is private.", - "account_missing_code" : "404", - "known_accounts" : ["bob", "john"], - "category" : "tech", - "valid" : true - }, - { - "name" : "clusterdafrica", - "check_uri" : "https://clusterdafrica.com/@{account}", - "account_existence_code" : "200", - "account_existence_string" : "Membre depuis -", - "account_missing_string" : "- Page non trouvée!", - "account_missing_code" : "302", - "known_accounts" : ["mamadou", "konate"], - "category" : "social", - "valid" : true - }, - { - "name" : "cnet", - "check_uri" : "https://www.cnet.com/profiles/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "Member Since:", - "account_missing_string" : "Page Not Found (404) - CNET", - "account_missing_code" : "301", - "known_accounts" : ["john", "bob"], - "category" : "news", - "valid" : true - }, - { - "name" : "Codecademy", - "check_uri" : "https://discuss.codecademy.com/u/{account}/summary", - "account_existence_code" : "200", - "account_existence_string" : " Profile - ", - "account_missing_string" : "Oops! That page doesn’t exist", - "account_missing_code" : "404", - "known_accounts" : ["doctypeme", "jon_morris"], - "category" : "coding", - "valid" : true - }, - { - "name" : "codeforces", - "check_uri" : "https://codeforces.com/profile/{account}", - "account_existence_code" : "200", - "account_existence_string" : "- Codeforces", - "account_missing_string" : "Codeforces", - "account_missing_code" : "302", - "known_accounts" : ["Abdul01", "Abdullah"], - "category" : "coding", - "valid" : true - }, - { - "name" : "codementor", - "check_uri" : "https://www.codementor.io/@{account}", - "account_existence_code" : "200", - "account_existence_string" : "ABOUT ME", - "account_missing_string" : "404/favicon.png", - "account_missing_code" : "404", - "known_accounts" : ["e4c5"], - "category" : "coding", - "valid" : true - }, - { - "name" : "Codewars", - "check_uri" : "https://www.codewars.com/users/{account}", - "account_existence_code" : "200", - "account_existence_string" : "| Codewars", - "account_missing_string" : "Whoops! The page you were looking for doesn't seem to exist.", - "account_missing_code" : "404", - "known_accounts" : ["john", "reds"], - "category" : "coding", - "valid" : true - }, - { - "name" : "Coderwall", - "check_uri" : "https://coderwall.com/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "s profile |", - "account_missing_string" : "404! Our feels when that url is used", - "account_missing_code" : "404", - "known_accounts" : ["john", "test"], - "category" : "coding", - "valid" : true - }, - { - "name" : "COLOURlovers", - "check_uri" : "https://www.colourlovers.com/lover/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Color lovin' since", - "account_missing_string" : "Lover has gone missing", - "account_missing_code" : "410", - "known_accounts" : ["amorremanet", "bezzalopoly"], - "category" : "hobby", - "valid" : true - }, - { - "name" : "contactos.sex", - "check_uri" : "https://www.contactossex.com/profile/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Información Personal", - "account_missing_string" : "Desde 2001 conectando gente!", - "account_missing_code" : "302", - "known_accounts" : ["danijak", "darkfox"], - "category" : "XXXPORNXXX", - "valid" : true - }, - { - "name" : "coroflot", - "check_uri" : "https://www.coroflot.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : "portfolio", - "account_missing_string" : "Looking for something?", - "account_missing_code" : "404", - "known_accounts" : ["john", "blue"], - "category" : "art", - "valid" : true - }, - { - "name" : "Cracked", - "check_uri" : "https://www.cracked.com/members/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Member Since", - "account_missing_string" : "", - "account_missing_code" : "302", - "known_accounts" : ["mbattagl","Hatchback"], - "category" : "social", - "valid" : true - }, - { - "name" : "crevado", - "check_uri" : "https://{account}.crevado.com/", - "account_existence_code" : "200", - "account_existence_string" : "Portfolio", - "account_missing_string" : "Site not found :-(", - "account_missing_code" : "404", - "known_accounts" : ["john", "red"], - "category" : "images", - "valid" : true - }, - { - "name" : "crowdin", - "check_uri" : "https://crowdin.com/profile/{account}", - "account_existence_code" : "200", - "account_existence_string" : ") – Crowdin", - "account_missing_string" : "Page Not Found - Crowdin", - "account_missing_code" : "404", - "known_accounts" : ["alex", "peter"], - "category" : "hobby", - "valid" : true - }, - { - "name" : "Cults3D", - "check_uri" : "https://cults3d.com/en/users/{account}/creations", - "account_existence_code" : "200", - "account_existence_string" : "All the 3D models of", - "account_missing_string" : "Oh dear, this page is not working!", - "account_missing_code" : "404", - "known_accounts" : ["Bstar3Dart", "john"], - "category" : "hobby", - "valid" : true - }, - { - "name" : "Cytoid", - "check_uri" : "https://cytoid.io/profile/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Joined", - "account_missing_code" : "404", - "account_missing_string" : "Profile not found", - "known_accounts" : ["nyala", "speedymlg7"], - "category" : "gaming", - "valid" : true - }, - { - "name" : "Dailymotion", - "check_uri" : "https://www.dailymotion.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : "og:url", - "account_missing_string" : "404 Page not found", - "account_missing_code" : "404", - "known_accounts" : ["WeHappyKids", "john"], - "category" : "video", - "valid" : true - }, - { - "name" : "darudar", - "check_uri" : "https://darudar.org/users/{account}/", - "account_existence_code" : "200", - "account_existence_string" : ". Дарудар", - "account_missing_string" : "404. Дару~дар: миру~мир!", - "account_missing_code" : "404", - "known_accounts" : ["svetlana7", "igor"], - "category" : "misc", - "valid" : true - }, - { - "name" : "datezone", - "check_uri" : "https://www.datezone.com/users/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "Profile", - "account_missing_string" : "There is an error", - "account_missing_code" : "404", - "known_accounts" : ["xkarola","zorro3330"], - "category" : "XXXPORNXXX", - "valid" : true - }, - { - "name" : "Dating.ru", - "check_uri" : "https://dating.ru/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "| dating.ru", - "account_missing_string" : "Такой страницы не существует.", - "account_missing_code" : "404", - "known_accounts" : ["john", "blue"], - "category" : "dating", - "valid" : true - }, - { - "name": "Demotywatory", - "check_uri": "https://demotywatory.pl/user/{account}", - "account_existence_code": "200", - "account_existence_string": "Z nami od:", - "account_missing_string": "Użytkownik o podanym pseudonimie nie istnieje.", - "account_missing_code": "200", - "known_accounts": ["test", "test2"], - "category": "images", - "valid": true - }, - { - "name" : "Designspriation", - "check_uri" : "https://www.designspiration.com/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "has discovered on Designspiration", - "account_missing_string" : "Content Not Found", - "account_missing_code" : "404", - "known_accounts" : ["sam", "smith"], - "category" : "art", - "valid" : true - }, - { - "name" : "Destructoid", - "check_uri" : "https://www.destructoid.com/?name={account}", - "account_existence_code" : "200", - "account_existence_string" : "Follow", - "account_missing_string" : "Error in query", - "account_missing_code" : "200", - "known_accounts" : ["john", "alice", "bob"], - "category" : "social", - "valid" : true - }, - { - "name" : "DeviantArt", - "check_uri" : "https://www.deviantart.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : " | DeviantArt", - "account_missing_string" : "DeviantArt: 404", - "account_missing_code" : "404", - "known_accounts" : ["test", "john"], - "category" : "images", - "valid" : true - }, - { - "name" : "dev.to", - "check_uri" : "https://dev.to/{account}", - "account_existence_code" : "200", - "account_existence_string" : "- DEV", - "account_missing_string" : "This page does not exist", - "account_missing_code" : "301", - "known_accounts" : ["john", "bob"], - "category" : "coding", - "valid" : true - }, - { - "name" : "devRant", - "check_uri" : "https://devrant.com/users/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Joined devRant on", - "account_missing_string" : "", - "account_missing_code" : "302", - "known_accounts" : ["dfox", "trogus"], - "category" : "coding", - "valid" : true - }, - { - "name" : "diigo", - "check_uri" : "https://www.diigo.com/interact_api/load_profile_info?name={account}", - "pretty_uri" : "https://www.diigo.com/profile/{account}", - "account_existence_code" : "200", - "account_existence_string" : "regist_at", - "account_missing_string" : "{}", - "account_missing_code" : "200", - "known_accounts" : ["whoami", "johndoe"], - "category" : "images", - "valid" : true - }, - { - "name" : "Digitalspy", - "check_uri" : "https://forums.digitalspy.com/profile/discussions/{account}", - "account_existence_code" : "200", - "account_existence_string" : "About", - "account_missing_string" : "User not found", - "account_missing_code" : "404", - "known_accounts" : ["JeffG1", "Maxatoria"], - "category" : "social", - "valid" : true - }, - { - "name" : "Discogs", - "check_uri" : "https://www.discogs.com/user/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Joined on", - "account_missing_code" : "404", - "account_missing_string" : "We couldn't find that page.", - "known_accounts" : ["7jlong", "venetian-guy"], - "category" : "music", - "valid" : true - }, - { - "name" : "Discourse", - "check_uri" : "https://meta.discourse.org/u/{account}/summary.json", - "pretty_uri" : "https://meta.discourse.org/u/{account}", - "account_existence_code" : "200", - "account_existence_string" : "topics", - "account_missing_code" : "404", - "account_missing_string" : "The requested URL or resource could not be found.", - "known_accounts" : ["ndalliard", "gerhard"], - "category" : "misc", - "valid" : true - }, - { - "name" : "discuss.elastic.co", - "check_uri" : "https://discuss.elastic.co/u/{account}", - "account_existence_code" : "200", - "account_existence_string" : " Profile", - "account_missing_string" : "Oops!", - "account_missing_code" : "404", - "known_accounts" : ["whoami", "johndoe"], - "category" : "tech", - "valid" : true - }, - { - "name" : "Dissenter", - "check_uri" : "https://dissenter.com/user/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Dissenter | The Comment Section of the Internet", - "account_missing_string" : "That user is not registered here.", - "account_missing_code" : "404", - "known_accounts" : ["pryerlee", "archdukeofevil"], - "category" : "political", - "valid" : true - }, - { - "name" : "Disqus", - "check_uri" : "https://disqus.com/by/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "<title>Disqus Profile", - "account_missing_string" : "Page not found (404) - Disqus", - "account_missing_code" : "404", - "known_accounts" : ["Aristotelian1", "50calibercat"], - "category" : "social", - "valid" : true - }, - { - "name" : "DockerHub", - "check_uri" : "https://hub.docker.com/v2/users/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "username", - "account_missing_string" : "Not Found", - "account_missing_code" : "404", - "known_accounts" : ["soxoj", "torvalds"], - "category" : "coding", - "valid" : true - }, - { - "name" : "Dojoverse", - "check_uri" : "https://dojoverse.com/members/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "Joined", - "account_missing_string" : "Looks like you got lost!.", - "account_missing_code" : "404", - "known_accounts" : ["eric", "danielrivera10927"], - "category" : "hobby", - "valid" : true - }, - { - "name" : "Dribbble", - "check_uri" : "https://dribbble.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : " | Dribbble", - "account_missing_string" : "(404)", - "account_missing_code" : "404", - "known_accounts" : ["UI8", "keeplegend"], - "category" : "art", - "valid" : true - }, - { - "name" : "Droners", - "check_uri" : "https://droners.io/accounts/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "- Professional Drone Pilot", - "account_missing_string" : "(404)", - "account_missing_code" : "302", - "known_accounts" : ["chriskahn", "swilken"], - "category" : "hobby", - "valid" : true - }, - { - "name" : "Duolingo", - "check_uri" : "https://www.duolingo.com/2017-06-30/users?username={account}&_=1628308619574", - "pretty_uri" : "https://www.duolingo.com/profile/{account}", - "account_existence_code" : "200", - "account_existence_string" : "joinedClassroomIds", - "account_missing_string" : "\"users\": []", - "account_missing_code" : "200", - "known_accounts" : ["sdfsdf", "duolingo"], - "category" : "hobby", - "valid" : true - }, - { - "name" : "easyen", - "check_uri" : "https://easyen.ru/index/8-0-{account}", - "account_existence_code" : "200", - "account_existence_string" : "День рождения", - "account_missing_string" : "Пользователь не найден", - "account_missing_code" : "200", - "known_accounts" : ["wd"], - "category" : "social", - "valid" : true - }, - { - "name" : "eBay", - "check_uri" : "https://www.ebay.com/usr/{account}", - "account_existence_code" : "200", - "account_existence_string" : "on eBay", - "account_missing_string" : "The User ID you entered was not found", - "account_missing_code" : "200", - "known_accounts" : ["the_gqs", "johnny"], - "category" : "shopping", - "valid" : true - }, - { - "name" : "Elftown", - "check_uri" : "http://elftown.com/{account}", - "account_existence_code" : "303", - "account_existence_string" : "", - "account_missing_string" : "is an unknown", - "account_missing_code" : "200", - "known_accounts" : ["marhiah", "adnama"], - "category" : "social", - "valid" : false - }, - { - "name" : "Ello.co", - "check_uri" : "https://ello.co/{account}", - "account_existence_code" : "200", - "account_existence_string" : "| Ello", - "account_missing_string" : "We couldn't find the page you're looking for.", - "account_missing_code" : "301", - "known_accounts" : ["john", "bob"], - "category" : "art", - "valid" : true - }, - { - "name" : "Engadget", - "check_uri" : "https://www.engadget.com/about/editors/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "- Engadget", - "account_missing_string" : ", -", - "account_missing_code" : "404", - "known_accounts" : ["devindra-hardawar", "kris-holt"], - "category" : "tech", - "valid" : true - }, - { - "name" : "EPORNER", - "check_uri" : "https://www.eporner.com/profile/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "Video/Pics views", - "account_missing_string" : "Profile not found", - "account_missing_code" : "404", - "known_accounts" : ["enron456", "Jomat999", "hicnobu"], - "category" : "XXXPORNXXX", - "valid" : true - }, - { - "name" : "Etsy", - "check_uri" : "https://www.etsy.com/people/{account}", - "account_existence_code" : "200", - "account_existence_string" : " on Etsy", - "account_missing_string" : "Sorry, the member you are looking for does not exist", - "account_missing_code" : "404", - "known_accounts" : ["david", "happiness"], - "category" : "shopping", - "valid" : true - }, - { - "name" : "EU_Voice", - "check_uri" : "https://social.network.europa.eu/@{account}", - "account_existence_code" : "200", - "account_existence_string" : "social.network.europa.eu", - "account_missing_string" : "The page you are looking for isn't here.", - "account_missing_code" : "404", - "known_accounts" : ["EC_DIGIT", "EUSPA"], - "category" : "social", - "valid" : true - }, - { - "name" : "ExtraLunchMoney", - "check_uri" : "https://extralunchmoney.com/user/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Public Profile Page", - "account_missing_string" : "Closed Profile Page", - "account_missing_code" : "404", - "known_accounts" : ["ThatWitchMaeve", "Nudekiki"], - "category" : "XXXPORNXXX", - "valid" : true - }, - { - "name" : "Eyeem", - "check_uri" : "https://www.eyeem.com/u/{account}", - "account_existence_code" : "200", - "account_existence_string" : "| EyeEm Photographer", - "account_missing_string" : "Not Found (404) | EyeEm", - "account_missing_code" : "301", - "known_accounts" : ["john", "bob"], - "category" : "art", - "valid" : true - }, - { - "name" : "F3", - "check_uri" : "https://f3.cool/{account}", - "account_existence_code" : "200", - "account_existence_string" : "@", - "account_missing_string" : "Page Not Found - F3", - "account_missing_code" : "404", - "known_accounts" : ["nick", "john"], - "category" : "social", - "valid" : true - }, - { - "name" : "Fabswingers", - "check_uri" : "https://www.fabswingers.com/profile/{account}", - "account_existence_code" : "200", - "account_existence_string" : "View Profile", - "account_missing_string" : "The user you tried to view doesn't seem to be on the site any more", - "account_missing_code" : "200", - "known_accounts" : ["naughty_nymphomaniac", "hellfireclub", "fabswingers.com"], - "category" : "dating", - "valid" : true - }, - { - "name" : "Facenama", - "check_uri" : "https://facenama.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : "شبکه اجتماعی فیس نما", - "account_missing_string" : "خطای 404", - "account_missing_code" : "302", - "known_accounts" : ["john", "blue"], - "category" : "social", - "valid" : false - }, - { - "name": "Faktopedia", - "check_uri": "https://faktopedia.pl/user/{account}", - "account_existence_code": "200", - "account_existence_string": "Zamieszcza fakty od:", - "account_missing_string": "Nie znaleziono użytkownika o podanym loginie.", - "account_missing_code": "200", - "known_accounts": ["janek", "ania"], - "category": "images", - "valid": true - }, - { - "name" : "FanCentro", - "check_uri" : "https://fancentro.com/api/profile.get?profileAlias={account}&limit=1", - "pretty_uri" : "https://fancentro.com/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "\"status\":true", - "account_missing_string" : "\"status\":false", - "account_missing_code" : "200", - "known_accounts" : ["medroxy","miaaamador"], - "category" : "XXXPORNXXX", - "valid" : true - }, - { - "name" : "Fandom", - "check_uri" : "https://www.fandom.com/u/{account}", - "account_existence_code" : "200", - "account_existence_string" : "| Profile | Fandom", - "account_missing_string" : "Not Found", - "account_missing_code" : "404", - "known_accounts" : ["EJacobs94", "Drew_Dietsch"], - "category" : "gaming", - "valid" : true - }, - { - "name" : "fanpop", - "check_uri" : "https://www.fanpop.com/fans/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Fanpopping since", - "account_missing_string" : "", - "account_missing_code" : "302", - "known_accounts" : ["test", "johndoe"], - "category" : "social", - "valid" : true - }, - { - "name" : "Fark", - "check_uri" : "https://www.fark.com/users/{account}", - "account_existence_code" : "200", - "account_existence_string" : "bio", - "account_missing_string" : "Tastes like chicken.", - "account_missing_code" : "200", - "known_accounts" : ["bob", "bobby"], - "category" : "social", - "valid" : true - }, - { - "name" : "fansly", - "check_uri" : "https://apiv2.fansly.com/api/v1/account?usernames={account}", - "pretty_uri": "https://fansly.com/{account}/posts", - "account_existence_code" : "200", - "account_existence_string" : "username", - "account_missing_string" : "response: []", - "account_missing_code" : "200", - "known_accounts" : ["Mikomin","test"], - "category" : "XXXPORNXXX", - "valid" : true - }, - { - "name" : "FatSecret", - "check_uri" : "https://www.fatsecret.com/member/{account}", - "account_existence_code" : "200", - "account_existence_string" : "- Member", - "account_missing_string" : "Your Key to Success", - "account_missing_code" : "302", - "known_accounts" : ["bob", "bobby"], - "category" : "health", - "valid" : true - }, - { - "name": "fedi.lewactwo.pl", - "check_uri": "https://fedi.lewactwo.pl/@{account}", - "account_existence_code": "200", - "account_existence_string": "@lewactwo.pl", - "account_missing_string": "The page you are looking for isn't here.", - "account_missing_code": "404", - "known_accounts": ["lewactwo", "queereen"], - "category": "social", - "valid": true - }, - { - "name": "Filmweb", - "check_uri": "https://www.filmweb.pl/user/{account}", - "account_existence_code": "200", - "account_existence_string": "Na filmwebie od", - "account_missing_string": "Przepraszamy. Strona, której szukasz nie została odnaleziona.", - "account_missing_code": "200", - "known_accounts": ["test", "test2"], - "category": "hobby", - "valid": true - }, - { - "name" : "Fiverr", - "check_uri" : "https://www.fiverr.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : "member-since", - "account_missing_string" : "", - "account_missing_code" : "302", - "known_accounts" : ["yellowdd", "samanvay"], - "category" : "shopping", - "valid" : true - }, - { - "name" : "Flickr", - "check_uri" : "https://www.flickr.com/photos/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "| Flickr", - "account_missing_string" : "", - "account_missing_code" : "404", - "known_accounts" : ["glaciernps", "test"], - "category" : "images", - "valid" : true - }, - { - "name" : "Flipboard", - "check_uri" : "https://flipboard.com/@{account}", - "account_existence_code" : "200", - "account_existence_string" : ") on Flipboard", - "account_missing_string" : "", - "account_missing_code" : "404", - "known_accounts" : ["cosmopolitan", "Mashable"], - "category" : "tech", - "valid" : true - }, - { - "name" : "Fodors Forum", - "check_uri" : "https://www.fodors.com/community/profile/{account}/forum-activity", - "account_existence_code" : "200", - "account_existence_string" : "Member since", - "account_missing_string" : "Plan Your Trip Online", - "account_missing_code" : "302", - "known_accounts" : ["mms", "gooster"], - "category" : "social", - "valid" : true - }, - { - "name" : "Fortnite Tracker", - "check_uri" : "https://fortnitetracker.com/profile/all/{account}", - "account_existence_code" : "200", - "account_existence_string" : "s Fortnite Stats - Fortnite Tracker", - "account_missing_string" : "Fortnite Player Stats -", - "account_missing_code" : "404", - "known_accounts" : ["steph", "sam"], - "category" : "gaming", - "valid" : true - }, - { - "name": "forumprawne.org", - "check_uri": "https://forumprawne.org/members/{account}.html", - "account_existence_code": "200", - "account_existence_string": "Wiadomość", - "account_missing_string": "", - "account_missing_code": "500", - "known_accounts": ["test", "test2"], - "category": "misc", - "valid": true - }, - { - "name": "fotka", - "check_uri": "https://api.fotka.com/v2/user/dataStatic?login={account}", - "pretty_uri": "https://fotka.com/profil/{account}", - "account_existence_code": "200", - "account_existence_string": "profil", - "account_missing_string": "ERROR", - "account_missing_code": "200", - "known_accounts": ["test", "test2"], - "category": "social", - "valid": true - }, - { - "name" : "Foursquare", - "check_uri" : "https://foursquare.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : "on Foursquare", - "account_missing_string" : "Foursquare - Independent Location Data Platform", - "account_missing_code" : "302", - "known_accounts" : ["john", "ncyp23"], - "category" : "social", - "valid" : true - }, - { - "name" : "freelancer", - "check_uri" : "https://www.freelancer.com/u/{account}", - "account_existence_code" : "200", - "account_existence_string" : "qualifications", - "account_missing_string" : "Looks like the page you are looking for doesn't exist.", - "account_missing_code" : "404", - "known_accounts" : ["mikehurley"], - "category" : "business", - "valid" : true - }, - { - "name" : "freesound", - "check_uri" : "https://freesound.org/people/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "START of Content area", - "account_missing_string" : "Page not found", - "account_missing_code" : "404", - "known_accounts" : ["test", "JohnDoe"], - "category" : "music", - "valid" : true - }, - { - "name" : "FriendFinder", - "check_uri" : "https://friendfinder.com/profile/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Last Visit:", - "account_missing_string" : "302 Found", - "account_missing_code" : "302", - "known_accounts" : ["alex56", "john"], - "category" : "dating", - "valid" : true - }, - { - "name" : "FriendFinder-X", - "check_uri" : "https://www.friendfinder-x.com/profile/{account}", - "account_existence_code" : "200", - "account_existence_string" : "'s Dating Profile on FriendFinder-x", - "account_missing_string" : "The document has moved", - "account_missing_code" : "302", - "known_accounts" : ["john"], - "category" : "dating", - "valid" : true - }, - { - "name" : "Friendweb", - "check_uri" : "https://friendweb.nl/{account}", - "account_existence_code" : "200", - "account_existence_string" : "friendweb.nl", - "account_missing_string" : "Page Not Found", - "account_missing_code" : "404", - "known_accounts" : ["HoogtePiet", "JeePee"], - "category" : "social", - "valid" : true - }, - { - "name" : "FurAffinity", - "check_uri" : "https://www.furaffinity.net/user/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Userpage of", - "account_missing_string" : "user cannot be found", - "account_missing_code" : "200", - "known_accounts" : ["test"], - "category" : "XXXPORNXXX", - "valid" : true - }, - { - "name" : "Furiffic", - "check_uri" : "https://www.furiffic.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Registered Since", - "account_missing_string" : "<title>Whoops · Furiffic", - "account_missing_code" : "404", - "known_accounts" : ["furiffic", "test", "admin"], - "category" : "XXXPORNXXX", - "valid" : true - }, - { - "name" : "Gab", - "check_uri" : "https://gab.com/api/v1/account_by_username/{account}", - "pretty_uri" : "https://gab.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : "followers_count", - "account_missing_string" : "Record not found", - "account_missing_code" : "404", - "known_accounts" : ["RealMarjorieGreene", "LaurenBoebert"], - "category" : "political", - "valid" : true - }, - { - "name" : "Gamespot", - "check_uri" : "https://www.gamespot.com/profile/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "'s Profile - GameSpot", - "account_missing_string" : "404: Not Found - GameSpot", - "account_missing_code" : "200", - "known_accounts" : ["alice", "bob"], - "category" : "gaming", - "valid" : true - }, - { - "name" : "Garmin connect", - "check_uri" : "https://connect.garmin.com/modern/profile/{account}", - "account_existence_code" : "200", - "account_existence_string" : "window.ERROR_VIEW = null", - "account_missing_string" : "resourceNotFoundRoute", - "account_missing_code" : "200", - "known_accounts" : ["danielebarison", "cderalow"], - "category" : "health", - "valid" : true - }, - { - "name" : "Geocaching", - "check_uri" : "https://www.geocaching.com/p/?u={account}", - "account_existence_code" : "200", - "account_existence_string" : "Groundspeak - User Profile", - "account_missing_string" : "Error 404: DNF", - "account_missing_code" : "404", - "known_accounts" : ["moun10bike", "niraD"], - "category" : "social", - "valid" : true - }, - { - "name" : "Gettr", - "check_uri" : "https://api.gettr.com/s/user/{account}/exist", - "account_existence_code" : "200", - "account_existence_string" : "success\":true", - "account_missing_string" : "success\":false", - "account_missing_code" : "200", - "known_accounts" : ["qellyanon", "djerod"], - "category" : "social", - "valid" : true - }, - { - "name" : "Giphy", - "check_uri" : "https://giphy.com/channel/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Share on GIPHY", - "account_missing_string" : "404 Not Found", - "account_missing_code" : "404", - "known_accounts" : ["buzz", "test"], - "category" : "social", - "valid" : true - }, - { - "name" : "Girlfriendsmeet", - "check_uri" : "http://www.girlfriendsmeet.com/profile/{account}", - "account_existence_code" : "200", - "account_existence_string" : "online dating profile", - "account_missing_string" : "Page not found", - "account_missing_code" : "404", - "known_accounts" : ["john", "junech"], - "category" : "dating", - "valid" : true - }, - { - "name" : "GitHub", - "check_uri" : "https://github.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : "p-nickname vcard-username d-block", - "account_missing_string" : "Page not found ", - "account_missing_code" : "404", - "known_accounts" : ["test", "WebBreacher"], - "category" : "coding", - "valid" : true - }, - { - "name" : "GitLab", - "check_uri" : "https://gitlab.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Member since", - "account_missing_string" : "GitLab.com offers free unlimited", - "account_missing_code" : "302", - "known_accounts" : ["skennedy", "KennBro", "alex", "bob"], - "category" : "coding", - "valid" : true - }, - { - "name" : "gitee", - "check_uri" : "https://gitee.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Commits, issues, and pull requests will appear", - "account_missing_string" : "Gitee is more than a development platform", - "account_missing_code" : "404", - "known_accounts" : ["maxim"], - "category" : "coding", - "valid" : true - }, - { - "name": "gloria.tv", - "check_uri": "https://gloria.tv/{account}", - "account_existence_code": "200", - "account_existence_string": "Last online", - "account_missing_string": "Page unavailable", - "account_missing_code": "404", - "known_accounts": ["test", "test2"], - "category": "social", - "valid": true - }, - { - "name" : "gpodder.net", - "check_uri" : "https://gpodder.net/user/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "mdash; gpodder.net", - "account_missing_string" : "404 - Not found", - "account_missing_code" : "404", - "known_accounts" : ["blue", "red"], - "category" : "music", - "valid" : true - }, - { - "name" : "grandprof", - "check_uri" : "https://grandprof.org/communaute/{account}", - "account_existence_code" : "200", - "account_existence_string" : "s Profile", - "account_missing_string" : "Mauvaise pioche", - "account_missing_code" : "404", - "known_accounts" : ["mohamed01", "amine"], - "category" : "misc", - "valid" : true - }, - { - "name" : "Gravatar", - "check_uri" : "http://en.gravatar.com/profiles/{account}.json", - "pretty_uri" : "http://en.gravatar.com/profiles/{account}", - "account_existence_code" : "200", - "account_existence_string" : "entry", - "account_missing_string" : "User not found", - "account_missing_code" : "404", - "known_accounts" : ["test"], - "category" : "images", - "valid" : true - }, - { - "name" : "gumroad", - "check_uri" : "https://{account}.gumroad.com/", - "account_existence_code" : "200", - "account_existence_string" : "s profile picture", - "account_missing_string" : "Page not found", - "account_missing_code" : "404", - "known_accounts" : ["ellietalksmoney", "reallyniceimages"], - "category" : "shopping", - "valid" : true - }, - { - "name" : "Hackaday", - "check_uri" : "https://hackaday.io/{account}", - "account_existence_code" : "200", - "account_existence_string" : "'s Profile | Hackaday.io", - "account_missing_string" : "The requested URL was not found on this server. That’s all we know.", - "account_missing_code" : "404", - "known_accounts" : ["john", "adam"], - "category" : "hobby", - "valid" : true - }, - { - "name" : "Hacker News", - "check_uri" : "https://news.ycombinator.com/user?id={account}", - "account_existence_code" : "200", - "account_existence_string" : "created:", - "account_missing_string" : "No such user.", - "account_missing_code" : "200", - "known_accounts" : ["mubix", "egypt"], - "category" : "tech", - "valid" : true - }, - { - "name" : "Hackernoon", - "check_uri" : "https://hackernoon.com/_next/data/foL6JC7ro2FEEMD-gMKgQ/u/{account}.json", - "pretty_uri" : "https://hackernoon.com/u/{account}", - "account_existence_code" : "200", - "account_existence_string" : "\"profile\"", - "account_missing_string" : "__N_REDIRECT", - "account_missing_code" : "200", - "known_accounts" : ["john", "alex"], - "category" : "tech", - "valid" : true - }, - { - "name" : "hackerearth", - "check_uri" : "https://www.hackerearth.com/@{account}", - "account_existence_code" : "200", - "account_existence_string" : "| Developer Profile on HackerEarth", - "account_missing_string" : "404 | HackerEarth", - "account_missing_code" : "200", - "known_accounts" : ["peter", "liam"], - "category" : "coding", - "valid" : true - }, - { - "name" : "HackerOne", - "check_uri" : "https://hackerone.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : "profile that highlights", - "account_missing_string" : "Page not found", - "account_missing_code" : "301", - "known_accounts" : ["yashrs", "ameerpornillos"], - "category" : "tech", - "valid" : true - }, - { - "name" : "hackster", - "check_uri" : "https://www.hackster.io/{account}", - "account_existence_code" : "200", - "account_existence_string" : "- Hackster.io", - "account_missing_string" : "Hackster.io - The community dedi", - "account_missing_code" : "404", - "known_accounts" : ["ian", "bob"], - "category" : "coding", - "valid" : true - }, - { - "name" : "hamaha", - "check_uri" : "https://hamaha.net/{account}", - "account_existence_code" : "200", - "account_existence_string" : "- трейдинг форекс фьючерсы акции фондовый рынок ", - "account_missing_string" : "HAMAHA Биткоин форум.", - "account_missing_code" : "200", - "known_accounts" : ["oleg", "misha"], - "category" : "finance", - "valid" : true - }, - { - "name" : "Heylink", - "check_uri" : "https://heylink.me/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "HeyLink.me |", - "account_missing_string" : "We can't find the page that you're looking for :(", - "account_missing_code" : "404", - "known_accounts" : ["mohammed13", "johnny"], - "category" : "misc", - "valid" : true - }, - { - "name" : "Houzz", - "check_uri" : "https://www.houzz.com/user/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Followers", - "account_missing_string" : "Page Not Found", - "account_missing_code" : "404", - "known_accounts" : ["liam", "alex"], - "category" : "hobby", - "valid" : true - }, - { - "name" : "HubPages", - "check_uri" : "https://hubpages.com/@{account}", - "account_existence_code" : "200", - "account_existence_string" : "name\">Followers", - "account_missing_string" : "Sorry, that user does not exist", - "account_missing_code" : "404", - "known_accounts" : ["greeneyes1607", "lmmartin"], - "category" : "blog", - "valid" : true - }, - { - "name" : "Hubski", - "check_uri" : "https://hubski.com/user/{account}", - "account_existence_code" : "200", - "account_existence_string" : "'s profile", - "account_missing_string" : "No such user.", - "account_missing_code" : "200", - "known_accounts" : ["john", "blue"], - "category" : "social", - "valid" : true - }, - { - "name" : "Iconfinder", - "check_uri" : "https://www.iconfinder.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : "iconsets", - "account_missing_string" : "Page not found", - "account_missing_code" : "404", - "known_accounts" : ["roundicons", "iconfinder"], - "category" : "images", - "valid" : true - }, - { - "name" : "icq-chat", - "check_uri" : "https://icq.icqchat.co/members/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "ICQ chat", - "account_missing_string" : "Oops! We ran into some problems", - "account_missing_code" : "404", - "known_accounts" : ["brookenora.54", "bigdaddy.77"], - "category" : "social", - "valid" : true - }, - { - "name" : "IFTTT", - "check_uri" : "https://ifttt.com/p/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Joined", - "account_missing_string" : "The requested page or file does not exist", - "account_missing_code" : "404", - "known_accounts" : ["nr9992", "sss90"], - "category" : "misc", - "valid" : true - }, - { - "name" : "igromania", - "check_uri" : "http://forum.igromania.ru/member.php?username={account}", - "account_existence_code" : "200", - "account_existence_string" : "Форум Игромании - Просмотр профиля:", - "account_missing_string" : "Пользователь не зарегистрирован и не имеет профиля для просмотра.", - "account_missing_code" : "200", - "known_accounts" : ["bob", "blue"], - "category" : "social", - "valid" : true - }, - { - "name" : "ilovegrowingmarijuana", - "check_uri" : "https://support.ilovegrowingmarijuana.com/u/{account}", - "account_existence_code" : "200", - "account_existence_string" : "<title> Profile - ", - "account_missing_string" : "Oops! That page doesn’t exist or is private", - "account_missing_code" : "404", - "known_accounts" : ["ILGM.Stacy", "Mosaicmind9x"], - "category" : "social", - "valid" : true - }, - { - "name" : "imagefap", - "check_uri" : "https://www.imagefap.com/profile/{account}", - "account_existence_code" : "200", - "account_existence_string" : "s Profile", - "account_missing_string" : "Invalid uid", - "account_missing_code" : "200", - "known_accounts" : ["lover03", "SecretSide15"], - "category" : "XXXPORNXXX", - "valid" : true - }, - { - "name" : "ImageShack", - "check_uri" : "https://imageshack.com/user/{account}", - "account_existence_code" : "200", - "account_existence_string" : "s Images", - "account_missing_string" : "", - "account_missing_code" : "302", - "known_accounts" : ["test"], - "category" : "images", - "valid" : true - }, - { - "name" : "iMGSRC.RU", - "check_uri" : "https://imgsrc.ru/main/user.php?lang=ru&user={account}", - "account_existence_code" : "200", - "account_existence_string" : "Присоединился", - "account_missing_string" : "", - "account_missing_code" : "302", - "known_accounts" : ["natalisn","andydiamond","natalyck"], - "category" : "images", - "valid" : true - }, - { - "name" : "imgur", - "check_uri" : "https://api.imgur.com/account/v1/accounts/{account}?client_id=546c25a59c58ad7&include=trophies%2Cmedallions", - "pretty_uri" : "https://imgur.com/user/{account}/about", - "account_existence_code" : "200", - "account_existence_string" : "created_at", - "account_missing_string" : "unable to find account", - "account_missing_code" : "404", - "known_accounts" : ["OliverClothesoff70", "DadOnTheInternet"], - "category" : "images", - "valid" : true - }, - { - "name" : "Independent academia", - "check_uri" : "https://independent.academia.edu/{account}", - "account_existence_code" : "200", - "account_existence_string" : "- Academia.edu", - "account_missing_string" : "Academia.edu", - "account_missing_code" : "404", - "known_accounts" : ["peter", "LiamM"], - "category" : "hobby", - "valid" : true - }, - { - "name" : "InkBunny", - "check_uri" : "https://inkbunny.net/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Profile | Inkbunny, the Furry Art Community", - "account_missing_string" : "Members | Inkbunny, the Furry Art Community", - "account_missing_code" : "302", - "known_accounts" : ["AdminBunny", "test"], - "category" : "XXXPORNXXX", - "valid" : true - }, - { - "name" : "InsaneJournal", - "check_uri" : "https://{account}.insanejournal.com/profile", - "account_existence_code" : "200", - "account_existence_string" : "User:", - "account_missing_string" : "The requested URL /profile was not found on this server", - "account_missing_code" : "200", - "known_accounts" : ["test", "pint-sized", "acroamatica"], - "category" : "social", - "valid" : true - }, - { - "name" : "Instagram", - "pretty_uri" : "https://instagram.com/{account}", - "check_uri" : "https://www.picuki.com/profile/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Instagram profile with posts and stories", - "account_missing_string" : "Nothing found!", - "account_missing_code" : "404", - "known_accounts" : ["katyperry", "kirbstr"], - "category" : "social", - "valid" : true - }, - { - "name" : "instructables", - "check_uri" : "https://www.instructables.com/member/{account}/", - "account_existence_code" : "200", - "account_existence_string" : ">Joined", - "account_missing_string" : "", - "account_missing_code" : "404", - "known_accounts" : ["davidandora", "test"], - "category" : "hobby", - "valid" : true - }, - { - "name" : "Internet Archive Account", - "check_uri" : "https://archive.org/details/@{account}", - "account_existence_code" : "200", - "account_existence_string" : "User Account", - "account_missing_string" : "<title>cannot find account", - "account_missing_code" : "200", - "known_accounts" : ["webbreacher", "jason_scott"], - "category" : "misc", - "valid" : true - }, - { - "name" : "Internet Archive User Search", - "check_uri" : "https://archive.org/search.php?query={account}", - "account_existence_code" : "200", - "account_existence_string" : "<!--/.item-ia-->", - "account_missing_string" : "", - "account_missing_code" : "200", - "known_accounts" : ["test", "mubix"], - "category" : "misc", - "valid" : true - }, - { - "name" : "interpals", - "check_uri" : "https://www.interpals.net/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Looking for", - "account_missing_string" : "User not found", - "account_missing_code" : "200", - "known_accounts" : ["test"], - "category" : "dating", - "valid" : true - }, - { - "name": "ipolska.pl", - "check_uri": "https://ipolska.pl/@{account}", - "account_existence_code": "200", - "account_existence_string": "@ipolska.pl", - "account_missing_string": "The page you are looking for isn't here.", - "account_missing_code": "404", - "known_accounts": ["maciek", "varden"], - "category": "social", - "valid": true - }, - { - "name" : "issuu", - "check_uri" : "https://issuu.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : "- Issuu", - "account_missing_string" : "Oops — we can’t seem to find the page you’re looking for.", - "account_missing_code" : "404", - "known_accounts" : ["john", "smith"], - "category" : "shopping", - "valid" : true - }, - { - "name": "JBZD", - "check_uri": "https://jbzd.com.pl/uzytkownik/{account}", - "account_existence_code": "200", - "account_existence_string": "Dzidy użytkownika", - "account_missing_string": "Błąd 404", - "account_missing_code": "404", - "known_accounts": ["test", "janek"], - "category": "images", - "valid": true - }, - { - "name": "jeja.pl", - "check_uri": "https://www.jeja.pl/user,{account}", - "account_existence_code": "200", - "account_existence_string": "Profil użytkownika", - "account_missing_string": "Niepoprawny login", - "account_missing_code": "200", - "known_accounts": ["kowal", "janek"], - "category": "misc", - "valid": true - }, - { - "name" : "Jeuxvideo", - "check_uri" : "https://www.jeuxvideo.com/profil/{account}?mode=infos", - "account_existence_code" : "200", - "account_existence_string" : "- jeuxvideo.com", - "account_missing_string" : "rence des gamers", - "account_missing_code" : "404", - "known_accounts" : ["jane", "alex"], - "category" : "gaming", - "valid" : true - }, - { - "name": "Joe Monster", - "check_uri": "https://joemonster.org/bojownik/{account}", - "account_existence_code": "200", - "account_existence_string": "jest prywatny", - "account_missing_string": "Nie wiem jak ci to powiedzieć", - "account_missing_code": "200", - "known_accounts": ["dandris", "lasior"], - "category": "misc", - "valid": true - }, - { - "name" : "JSFiddle", - "check_uri" : "https://jsfiddle.net/user/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "Settings - JSFiddle - Code Playground", - "account_missing_string" : "That page doesn't exist.", - "account_missing_code" : "404", - "known_accounts" : ["john", "alex"], - "category" : "coding", - "valid" : true - }, - { - "name" : "Justforfans", - "check_uri" : "https://justfor.fans/{account}", - "account_existence_code" : "200", - "account_existence_string" : " @ JustFor.Fans", - "account_missing_string" : "", - "account_missing_code" : "302", - "known_accounts" : ["devinfrancoxxx", "RileyChaux"], - "category" : "XXXPORNXXX", - "valid" : true - }, - { - "name" : "kaggle", - "check_uri" : "https://www.kaggle.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : "| Kaggle", - "account_missing_string" : "Kaggle: Your Home for Data Science", - "account_missing_code" : "404", - "known_accounts" : ["babyoda", "residentmario"], - "category" : "coding", - "valid" : true - }, - { - "name": "karab.in", - "check_uri": "https://karab.in/u/{account}", - "account_existence_code": "200", - "account_existence_string": "Dołączył:", - "account_missing_string": "Błąd 404", - "account_missing_code": "404", - "known_accounts": ["ernest", "puszkapandory"], - "category": "social", - "valid": true - }, - { - "name" : "Keybase", - "check_uri" : "https://keybase.io/{account}", - "account_existence_code" : "200", - "account_existence_string" : "username", - "account_missing_string" : "sorry, not found", - "account_missing_code" : "404", - "known_accounts" : ["test", "mubix"], - "category" : "social", - "valid" : true - }, - { - "name" : "Kickstarter", - "check_uri" : "https://www.kickstarter.com/profile/{account}", - "account_existence_code" : "200", - "account_existence_string" : "projects", - "account_missing_string" : "Oops, Something went missing", - "account_missing_code" : "404", - "known_accounts" : ["john", "bob"], - "category" : "shopping", - "valid" : true - }, - { - "name" : "kik", - "check_uri" : "https://ws2.kik.com/user/{account}", - "account_existence_code" : "200", - "account_existence_string" : "firstName", - "account_missing_string" : "The page you requested was not found", - "account_missing_code" : "200", - "known_accounts" : ["adam", "smith", "jones"], - "category" : "social", - "valid" : true - }, - { - "name" : "Ko-Fi", - "check_uri" : "https://ko-fi.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : "> Buy a Coffee for", - "account_missing_string" : "Object moved to", - "account_missing_code" : "302", - "known_accounts" : ["frank", "marcmakescomics"], - "category" : "social", - "valid" : true - }, - { - "name" : "Kongregate", - "check_uri" : "https://www.kongregate.com/accounts/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Member Since", - "account_missing_string" : "Sorry, no account with that name was found", - "account_missing_code" : "404", - "known_accounts" : ["test"], - "category" : "gaming", - "valid" : true - }, - { - "name": "Kotburger", - "check_uri": "https://kotburger.pl/user/{account}", - "account_existence_code": "200", - "account_existence_string": "Zamieszcza kotburgery od:", - "account_missing_string": "Nie znaleziono użytkownika o podanym loginie.", - "account_missing_code": "200", - "known_accounts": ["ania", "janek"], - "category": "images", - "valid": true - }, - { - "name": "kwejk.pl", - "check_uri": "https://kwejk.pl/uzytkownik/{account}#/tablica/", - "account_existence_code": "200", - "account_existence_string": "Kwejki użytkownika", - "account_missing_string": "404 - strona nie została znaleziona - KWEJK.pl", - "account_missing_code": "404", - "known_accounts": ["test", "janek"], - "category": "images", - "valid": true - }, - { - "name" : "LibraryThing", - "check_uri" : "https://www.librarything.com/profile/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Collections", - "account_missing_string" : "Error: This user doesn't exist", - "account_missing_code" : "200", - "known_accounts" : ["test", "john"], - "category" : "hobby", - "valid" : true - }, - { - "name" : "lichess", - "check_uri" : "https://lichess.org/@/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Activity", - "account_missing_string" : "Page not found", - "account_missing_code" : "404", - "known_accounts" : ["mohammed01", "mohammed03"], - "category" : "gaming", - "valid" : true - }, - { - "name" : "LINE", - "check_uri" : "https://line.me/R/ti/p/@{account}?from=page", - "account_existence_code" : "200", - "account_existence_string" : "Add LINE Friends via QR Code", - "account_missing_code" : "404", - "account_missing_string" : "404 Not Found", - "known_accounts" : [ "roseareal", "yoasobi" ], - "category" : "social", - "valid" : true - }, - { - "name" : "Linktree", - "check_uri" : "https://linktr.ee/{account}", - "account_existence_code" : "200", - "account_existence_string" : "| Linktree", - "account_missing_string" : "The page you’re looking for doesn’t exist.", - "account_missing_code" : "404", - "known_accounts" : ["anne", "alex"], - "category" : "social", - "valid" : true - }, - { - "name" : "linux.org.ru", - "check_uri" : "https://www.linux.org.ru/people/{account}/profile", - "account_existence_code" : "200", - "account_existence_string" : "Дата регистрации", - "account_missing_string" : "Пользователя не существует", - "account_missing_code" : "404", - "known_accounts" : ["john", "bob"], - "category" : "tech", - "valid" : true - }, - { - "name" : "Livejournal", - "check_uri" : "https://{account}.livejournal.com", - "account_existence_code" : "200", - "account_existence_string" : "<link rel=\"canonical\" href=\"", - "account_missing_string" : "<title>Unknown Journal", - "account_missing_code" : "404", - "known_accounts" : ["jill", "john"], - "allowed_types" : ["String","Person","WebAccount","Username"], - "category" : "blog", - "valid" : true - }, - { - "name" : "lobste.rs", - "check_uri" : "https://lobste.rs/u/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Joined", - "account_missing_string" : "The resource you requested was not found, or the story has been deleted.", - "account_missing_code" : "404", - "known_accounts" : ["john", "bob"], - "category" : "tech", - "valid" : true - }, - { - "name": "lowcygier.pl", - "check_uri": "https://bazar.lowcygier.pl/user/{account}", - "account_existence_code": "200", - "account_existence_string": "Zarejestrowany", - "account_missing_string": "Błąd 404 - Podana strona nie istnieje", - "account_missing_code": "404", - "known_accounts": ["armin", "janek"], - "category": "gaming", - "valid": true - }, - { - "name" : "MAGABOOK", - "check_uri" : "https://magabook.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Recent Updates", - "account_missing_string" : "Page Not Be Found", - "account_missing_code" : "200", - "known_accounts" : ["PamelaElliott62", "eric"], - "category" : "social", - "valid" : true - }, - { - "name" : "MAGA-CHAT", - "check_uri" : "https://maga-chat.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Recent Updates", - "account_missing_string" : "Page Not Be Found", - "account_missing_code" : "200", - "known_accounts" : ["Rich", "RjosephJr"], - "category" : "social", - "valid" : true - }, - { - "name" : "Magix", - "check_uri" : "https://www.magix.info/us/users/profile/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "About me", - "account_missing_string" : "Page not found", - "account_missing_code" : "200", - "known_accounts" : ["baywolfmusic", "johnebaker"], - "category" : "music", - "valid" : true - }, - { - "name" : "MapMyTracks", - "check_uri" : "https://www.mapmytracks.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Daily distance this week", - "account_missing_string" : "Outside together", - "account_missing_code" : "302", - "known_accounts" : ["ulirad", "CBSloan"], - "category" : "health", - "valid" : true - }, - { - "name" : "Marshmallow", - "check_uri" : "https://marshmallow-qa.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : "さんにメッセージをおくる", - "account_missing_code" : "404", - "account_missing_string" : "For compensation, here are cats for you.", - "known_accounts" : ["yuino_fox", "momo"], - "category" : "social", - "valid" : true - }, - { - "name" : "Martech", - "check_uri" : "https://martech.org/author/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "twitter:site", - "account_missing_string" : "Page not found", - "account_missing_code" : "404", - "known_accounts" : ["mani-karthik", "james-green"], - "category" : "business", - "valid" : true - }, - { - "name" : "Massage Anywhere", - "check_uri" : "https://www.massageanywhere.com/profile/{account}", - "account_existence_code" : "200", - "account_existence_string" : "<title>MassageAnywhere.com Profile for ", - "account_missing_string" : "<title>MassageAnywhere.com: Search Results", - "account_missing_code" : "200", - "known_accounts" : ["lorilmccluskey", "LomiNYC"], - "category" : "health", - "valid" : true - }, - { - "name" : "mastodon", - "check_uri" : "https://mastodon.social/@{account}", - "account_existence_code" : "200", - "account_existence_string" : "profile:username", - "account_missing_string" : "The page you are looking for isn't here.", - "account_missing_code" : "404", - "known_accounts" : ["john", "alex"], - "category" : "social", - "valid" : true - }, - { - "name" : "MCUUID (Minecraft)", - "check_uri" : "https://playerdb.co/api/player/minecraft/{account}", - "pretty_uri" : "https://mcuuid.net/?q={account}", - "account_existence_code" : "200", - "account_existence_string" : "Successfully found player by given ID.", - "account_missing_string" : "minecraft.api_failure", - "account_missing_code" : "200", - "known_accounts" : ["smithy", "bob"], - "category" : "gaming", - "valid" : true - }, - { - "name" : "Medium", - "check_uri" : "https://{account}.medium.com/about", - "account_existence_code" : "200", - "account_existence_string" : "Medium member since", - "account_missing_string" : "Out of nothing, something", - "account_missing_code" : "404", - "known_accounts" : ["zulie", "jessicalexicus"], - "category" : "news", - "valid" : true - }, - { - "name": "medyczka.pl", - "check_uri": "http://medyczka.pl/user/{account}", - "account_existence_code": "200", - "account_existence_string": "Lista uzytkownikow", - "account_missing_string": "This user has not registered and therefore does not have a profile to view.", - "account_missing_code": "200", - "known_accounts": ["test", "janek"], - "category": "health", - "valid": true - }, - { - "name" : "meet me", - "check_uri" : "https://www.meetme.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Meet people like ", - "account_missing_string" : "<title>MeetMe - Chat and Meet New People</title", - "account_missing_code" : "302", - "known_accounts" : ["john", "marsha"], - "category" : "dating", - "valid" : true - }, - { - "name": "megamodels.pl", - "check_uri": "http://megamodels.pl/{account}", - "account_existence_code": "200", - "account_existence_string": "Portfolio", - "account_missing_string": "OSTATNIO AKTYWNE PROFILE", - "account_missing_code": "200", - "known_accounts": ["ania", "janek"], - "category": "social", - "valid": true - }, - { - "name" : "memrise", - "check_uri" : "https://app.memrise.com/user/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "followers", - "account_missing_string" : "Memrise - Error", - "account_missing_code" : "404", - "known_accounts" : ["alice", "john"], - "category" : "hobby", - "valid" : true - }, - { - "name" : "Microsoft Technet Community", - "check_uri" : "https://social.technet.microsoft.com/profile/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "s Profile", - "account_missing_string" : "The resource you are looking for has been removed", - "account_missing_code" : "404", - "known_accounts" : ["john", "test"], - "category" : "tech", - "valid" : true - }, - { - "name" : "Minds", - "check_uri" : "https://www.minds.com/{account}/", - "account_existence_code" : "200", - "account_existence_string" : ") | Minds", - "account_missing_string" : "Sorry, this channel doesn't appear to exist", - "account_missing_code" : "404", - "known_accounts" : ["Willieleev1971", "john"], - "category" : "political", - "valid" : true - }, - { - "name" : "Minecraft List", - "check_uri" : "https://minecraftlist.com/players/{account}", - "account_existence_code" : "200", - "account_existence_string" : "-->was seen on", - "account_missing_string" : "", - "account_missing_code" : "404", - "known_accounts" : ["alice", "bob"], - "category" : "social", - "valid" : true - }, - { - "name" : "NameMC", - "check_uri" : "https://namemc.com/search?q={account}", - "account_existence_code" : "200", - "account_existence_string" : "Status: Unavailable", - "account_missing_string" : "Status: Available*", - "account_missing_code" : "200", - "known_accounts" : ["alice", "bob"], - "category" : "gaming", - "valid" : true - }, - { - "name" : "nairaland", - "check_uri" : "https://www.nairaland.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : "s Profile", - "account_missing_string" : "404: Page Not Found", - "account_missing_code" : "301", - "known_accounts" : ["amakaone", "seun"], - "category" : "news", - "valid" : true - }, - { - "name" : "NaturalNews", - "check_uri" : "https://naturalnews.com/author/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "All posts by", - "account_missing_string" : "The page you are looking for cannot be found or is no longer available.", - "account_missing_code" : "200", - "known_accounts" : ["jdheyes", "healthranger"], - "category" : "political", - "valid" : true - }, - { - "name" : "Naver", - "check_uri" : "https://blog.naver.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : ": 네이버 블로그", - "account_missing_string" : "페이지를 찾을 수 없습니다", - "account_missing_code" : "500", - "known_accounts" : ["bob", "blue"], - "category" : "social", - "valid" : true - }, - { - "name" : "netvibes", - "check_uri" : "https://www.netvibes.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : "userId", - "account_missing_string" : "Page not found", - "account_missing_code" : "404", - "known_accounts" : ["nebkacrea", "cdiljda"], - "category" : "social", - "valid" : true - }, - { - "name" : "Newgrounds", - "check_uri" : "https://{account}.newgrounds.com/", - "account_existence_code" : "200", - "account_existence_string" : "fans", - "account_missing_string" : "Whoops, that's a swing and a miss!", - "account_missing_code" : "404", - "known_accounts" : ["john", "bob"], - "category" : "gaming", - "valid" : true - }, - { - "name" : "newmeet", - "check_uri" : "https://www.newmeet.com/en/profile/{account}", - "account_existence_code" : "200", - "account_existence_string" : "The profile of", - "account_missing_string" : ", , , - |", - "account_missing_code" : "200", - "known_accounts" : ["mamadou1", "wade"], - "category" : "dating", - "valid" : true - }, - { - "name" : "NotABug", - "check_uri" : "https://notabug.org/{account}", - "account_existence_code" : "200", - "account_existence_string" : "followers and is following", - "account_missing_string" : "Not Found", - "account_missing_code" : "404", - "known_accounts" : ["notabug", "hp", "zPlus"], - "category" : "coding", - "valid" : true - }, - { - "name": "oglaszamy24h.pl", - "check_uri": "https://oglaszamy24h.pl/profil,{account}", - "account_existence_code": "200", - "account_existence_string": "Profil użytkownika:", - "account_missing_string": "Nieprawidłowy link, w bazie danych nie istnieje użytkownik o podanym loginie", - "account_missing_code": "404", - "known_accounts": ["kowal", "janek"], - "category": "shopping", - "valid": true - }, - { - "name" : "ok.ru", - "check_uri" : "https://ok.ru/{account}", - "account_existence_code" : "200", - "account_existence_string" : "| OK", - "account_missing_string" : "This page does not exist on OK", - "account_missing_code" : "404", - "known_accounts" : ["john", "aleksandrvasillev"], - "category" : "social", - "valid" : true - }, - { - "name" : "okidoki", - "check_uri" : "https://m.okidoki.ee/ru/users/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "Пользователь", - "account_missing_string" : "Страница не найдена", - "account_missing_code" : "404", - "known_accounts" : ["nastya3", "nastya"], - "category" : "misc", - "valid" : true - }, - { - "name": "olx", - "check_uri": "https://www.olx.pl/oferty/uzytkownik/{account}/", - "account_existence_code": "200", - "account_existence_string": "Obserwuj wyszukiwanie", - "account_missing_string": "Przepraszamy, ale nie możemy znaleźć takiej strony...", - "account_missing_code": "200", - "known_accounts": ["janek", "test"], - "category": "shopping", - "valid": true - }, - { - "name" : "Opencollective", - "check_uri" : "https://opencollective.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : "- Open Collective", - "account_missing_string" : "Not Found", - "account_missing_code" : "200", - "known_accounts" : ["john", "bob"], - "category" : "finance", - "valid" : true - }, - { - "name" : "OpenStreetMap", - "check_uri" : "https://www.openstreetmap.org/user/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Mapper since:", - "account_missing_string" : "does not exist", - "account_missing_code" : "404", - "known_accounts" : ["kemkim"], - "category" : "social", - "valid" : true - }, - { - "name" : "Orbys", - "check_uri" : "https://orbys.net/{account}", - "account_existence_code" : "200", - "account_existence_string" : "profile_user_image", - "account_missing_string" : "The page you are looking for cannot be found.", - "account_missing_code" : "404", - "known_accounts" : ["txmustang302"], - "category" : "social", - "valid" : true - }, - { - "name" : "osu!", - "check_uri" : "https://osu.ppy.sh/users/{account}", - "account_existence_code" : "302", - "account_existence_string" : "", - "account_missing_string" : "User not found! ;_;", - "account_missing_code" : "404", - "known_accounts" : ["stretches", "spiken8"], - "category" : "gaming", - "valid" : true - }, - { - "name" : "Our Freedom Book", - "check_uri" : "https://www.ourfreedombook.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : "meta property=\"og:", - "account_missing_string" : "Sorry, page not found", - "account_missing_code" : "302", - "known_accounts" : ["DaveLipsky", "StarlaJene"], - "category" : "social", - "valid" : true - }, - { - "name" : "ow.ly", - "check_uri" : "http://ow.ly/user/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Images", - "account_missing_string" : "404 error", - "account_missing_code" : "404", - "known_accounts" : ["StopAdMedia", "jokervendetti"], - "category" : "social", - "valid" : true - }, - { - "name" : "palnet", - "check_uri" : "https://www.palnet.io/@{account}", - "account_existence_code" : "200", - "account_existence_string" : " - PALnet", - "account_missing_string" : "Unknown user account!", - "account_missing_code" : "404", - "known_accounts" : ["abdul01", "hakim"], - "category" : "finance", - "valid" : true - }, - { - "name" : "Parler", - "check_uri" : "https://parler.com/user/{account}", - "account_existence_code" : "200", - "account_existence_string" : "People to Follow", - "account_missing_string" : "join Parler today", - "account_missing_code" : "302", - "known_accounts" : ["DineshDsouza", "SeanHannity"], - "category" : "social", - "valid" : true - }, - { - "name" : "Parler archived profile", - "check_uri" : "http://archive.org/wayback/available?url=https://parler.com/profile/{account}", - "pretty_uri" : "https://web.archive.org/web/2/https://parler.com/profile/{account}", - "account_existence_code" : "200", - "account_existence_string" : "\"archived_snapshots\": {\"closest\"", - "account_missing_string" : "\"archived_snapshots\": {}", - "account_missing_code" : "200", - "known_accounts" : ["JoePags", "dineshdsouza"], - "category" : "archived", - "valid" : true - }, - { - "name" : "Parler archived posts", - "check_uri" : "http://archive.org/wayback/available?url=https://parler.com/profile/{account}/posts", - "pretty_uri" : "https://web.archive.org/web/2/https://parler.com/profile/{account}/posts", - "account_existence_code" : "200", - "account_existence_string" : "\"archived_snapshots\": {\"closest\"", - "account_missing_string" : "\"archived_snapshots\": {}", - "account_missing_code" : "200", - "known_accounts" : ["JoePags", "dineshdsouza"], - "category" : "archived", - "valid" : true - }, - { - "name" : "Pastebin", - "check_uri" : "https://pastebin.com/u/{account}", - "account_existence_code" : "200", - "account_existence_string" : "'s Pastebin", - "account_missing_string" : "", - "account_missing_code" : "404", - "known_accounts" : ["test", "john"], - "category" : "tech", - "valid" : true - }, - { - "name" : "PatientsLikeMe", - "check_uri" : "https://www.patientslikeme.com/members/{account}", - "account_existence_code" : "200", - "account_existence_string" : "s profile | PatientsLikeMe", - "account_missing_string" : "", - "account_missing_code" : "302", - "known_accounts" : ["thjuland", "Pedro0703", "Hydropioneer"], - "category" : "health", - "valid" : true - }, - { - "name" : "Patreon", - "check_uri" : "https://www.patreon.com/{account}", - "account_existence_code" : "200", - "account_existence_string" : "Become a patron of", - "account_missing_string" : "Oh no! Looks like you got lost.", - "account_missing_code" : "404", - "known_accounts" : ["mubix", "doughboys"], - "category" : "finance", - "valid" : true - }, - { - "name": "Patronite", - "check_uri": "https://patronite.pl/{account}", - "account_existence_code": "200", - "account_existence_string": "Zostań Patronem", - "account_missing_string": "Nie znaleźliśmy strony której szukasz.", - "account_missing_code": "404", - "known_accounts": ["radio357", "radionowyswiat"], - "category": "finance", - "valid": true - }, - { - "name" : "PCGamer", - "check_uri" : "https://forums.pcgamer.com/members/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "Joined", - "account_missing_string" : "Oops! We ran into some problems", - "account_missing_code" : "404", - "known_accounts" : ["volley.302", "cjmariani.94198", "cholidsnake.2334"], - "category" : "gaming", - "valid" : true - }, - { - "name" : "PCPartPicker", - "check_uri" : "https://pcpartpicker.com/user/{account}/", - "account_existence_code" : "200", - "account_existence_string" : "class=\"active\"", - "account_missing_string" : "The page you requested could not be found.", - "account_missing_code" : "404", - "known_accounts" : ["john", "bob"], - "category" : "tech", - "valid" : true - }, - { - "name" : "Periscope", - "check_uri" : "https://www.periscope.tv/{account}", - "account_existence_code" : "200", - "account_existence_string" : "