Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New websites #913

Merged
merged 3 commits into from
Dec 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
121 changes: 116 additions & 5 deletions wmn-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,17 @@
"known": ["john", "mark"],
"cat": "social"
},
{
"name" : "BoardGameGeek",
"uri_check" : "https://api.geekdo.com/api/accounts/validate/username?username={account}",
"uri_pretty" : "https://boardgamegeek.com/user/{account}",
"e_code" : 200,
"e_string" : "\"isValid\":false",
"m_string" : "\"isValid\":true",
"m_code" : 200,
"known" : ["ntrautner", "Petdoc"],
"cat" : "gaming"
},
{
"name" : "BodyBuilding.com",
"uri_check" : "http://api.bodybuilding.com/api-proxy/bbc/get?slug={account}",
Expand Down Expand Up @@ -1017,6 +1028,16 @@
"known" : ["john", "bob"],
"cat" : "news"
},
{
"name" : "Community Adobe",
"uri_check" : "https://community.adobe.com/t5/forums/searchpage/tab/user?q={account}",
"e_code" : 200,
"e_string" : "UserSearchItemContainer",
"m_string" : "No search results found.",
"m_code" : 200,
"known" : ["test", "janet"],
"cat" : "tech"
},
{
"name" : "Coda",
"uri_check" : "https://coda.io/@{account}/",
Expand Down Expand Up @@ -1839,6 +1860,18 @@
"known" : ["evdokia", "irina"],
"cat" : "social"
},
{
"name" : "Folkd",
"uri_check" : "https://www.folkd.com/?app=core&module=system&controller=ajax&do=usernameExists&input={account}",
3xp0rt marked this conversation as resolved.
Show resolved Hide resolved
"uri_pretty" : "https://www.folkd.com/search/?q={account}&quick=1&type=core_members",
"e_code" : 200,
"e_string" : "\"result\":\"fail\"",
"m_string" : "\"result\":\"ok\"",
"m_code" : 200,
"known" : ["smartplayapk", "abdulmerfantz"],
"cat" : "social",
"protection": ["other"]
},
{
"name" : "Fodors Forum",
"uri_check" : "https://www.fodors.com/community/profile/{account}/forum-activity",
Expand Down Expand Up @@ -1912,6 +1945,16 @@
"known" : ["john", "ncyp23"],
"cat" : "social"
},
{
"name" : "FreeSteamKeys",
"uri_check" : "https://www.freesteamkeys.com/members/{account}/",
"e_code" : 200,
"e_string" : "item-header-avatar",
"m_string" : "error404",
"m_code" : 404,
"known" : ["giveaway-su", "keygenerator"],
"cat" : "gaming"
},
{
"name" : "freelancer",
"uri_check" : "https://www.freelancer.com/u/{account}",
Expand Down Expand Up @@ -2066,14 +2109,15 @@
"cat" : "hobby"
},
{
"name" : "Giphy",
"name" : "Giphy (Channel)",
"uri_check" : "https://giphy.com/channel/{account}",
3xp0rt marked this conversation as resolved.
Show resolved Hide resolved
"e_code" : 200,
"e_string" : "Share on GIPHY</title>",
"m_string" : "<title>404 Not Found</title>",
"e_string" : "\\\"user_id\\\"",
"m_string" : "404 Not Found",
"m_code" : 404,
3xp0rt marked this conversation as resolved.
Show resolved Hide resolved
"known" : ["buzz", "test"],
"cat" : "social"
"known" : ["teddy_99", "LastYear"],
"cat" : "images",
"protection": ["other"]
},
{
"name" : "gitea",
Expand Down Expand Up @@ -2728,6 +2772,17 @@
"known" : ["katyperry", "kirbstr"],
"cat" : "social"
},
{
"name" : "Instagram (Imginn)",
"uri_check" : "https://imginn.com/{account}/",
"e_code" : 200,
"e_string" : "userinfo",
"m_string" : "page-error notfound",
"m_code" : 404,
"known" : ["therock", "ramarim"],
"cat" : "social",
"protection": ["cloudflare"]
},
{
"name": "Instagram2",
"uri_pretty": "https://instagram.com/{account}",
Expand Down Expand Up @@ -3507,6 +3562,16 @@
"known" : ["daniel", "franco"],
"cat" : "gaming"
},
{
"name" : "MODX.im",
"uri_check" : "https://modx.evo.im/profile/{account}/",
"e_code" : 200,
"e_string" : "class=\"profile\"",
"m_string" : "class=\"content-error\"",
"m_code" : 404,
"known" : ["Grinyaha", "kymage"],
"cat" : "tech"
},
{
"name" : "Mod DB",
"uri_check" : "https://www.moddb.com/members/{account}",
Expand Down Expand Up @@ -4757,6 +4822,16 @@
"known" : ["alpHackeronee", "Quantum_Physicist"],
"cat" : "gaming"
},
{
"name" : "RuTracker.org",
"uri_check" : "https://rutracker.org/forum/profile.php?mode=viewprofile&u={account}",
"e_code" : 200,
"e_string" : "Профиль пользователя",
"m_string" : "Пользователь не найден",
"m_code" : 200,
"known" : ["Rutracker", "Feo156"],
"cat" : "misc"
},
{
"name" : "ru_123rf",
"uri_check" : "https://ru.123rf.com/profile_{account}",
Expand Down Expand Up @@ -5215,6 +5290,17 @@
"known" : ["kexp_official", "mkbhd"],
"cat" : "music"
},
{
"name" : "StackOverflow",
"uri_check" : "https://stackoverflow.com/users/filter?search={account}",
"e_code" : 200,
"e_string" : "grid--item user-info",
"m_string" : "No users matched your search.",
"m_code" : 200,
"known" : ["vonc", "bergi"],
"cat" : "coding",
"protection": ["cloudflare"]
},
{
"name" : "Steam",
"uri_check" : "https://steamcommunity.com/id/{account}",
Expand Down Expand Up @@ -5604,6 +5690,21 @@
"known" : ["ben", "lunatic"],
"cat" : "social"
},
{
"name" : "Tindie",
"uri_check" : "https://www.tindie.com/accounts/check_username/",
"uri_pretty": "https://www.tindie.com/stores/{account}/",
"post_body": "username={account}",
"e_code" : 200,
"e_string" : "\"valid\": false",
"m_string" : "\"valid\": true",
"m_code" : 200,
"known" : ["tehrabbitt", "dekunukem"],
"cat" : "shopping",
"headers": {
"Content-Type": "application/x-www-form-urlencoded"
}
},
{
"name" : "Tinder",
"uri_check" : "https://tinder.com/@{account}",
Expand Down Expand Up @@ -6366,6 +6467,16 @@
"known" : ["test", "test2"],
"cat" : "social"
},
{
"name" : "Xakep.ru",
"uri_check" : "https://xakep.ru/author/{account}/",
"e_code" : 200,
"e_string" : "authorBlock-avatar",
"m_string" : "Страница не найдена",
"m_code" : 404,
"known" : ["tr3harder", "stariy"],
"cat" : "tech"
},
{
"name" : "Xanga",
"uri_check" : "http://{account}.xanga.com/",
Expand Down
Loading