Skip to content

Commit

Permalink
Added 7 New Sited
Browse files Browse the repository at this point in the history
Added the following sites:
Aminoapps
Artists & Clients
Roleplay.me
Cytoid
Carrd.co
Trello
Skeb
  • Loading branch information
ef1500 committed Sep 15, 2021
1 parent 5e25c55 commit ecd8b27
Showing 1 changed file with 78 additions and 0 deletions.
78 changes: 78 additions & 0 deletions web_accounts_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@
"category" : "social",
"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" : "Ameblo",
"check_uri" : "https://ameblo.jp/{account}",
Expand All @@ -32,6 +43,17 @@
"category" : "blog",
"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" : "Anilist",
"check_uri" : "https://anilist.co/user/{account}/",
Expand Down Expand Up @@ -132,6 +154,17 @@
"category" : "finance",
"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" : ["miltia"],
"category" : "business",
"valid" : true
},
{
"name" : "CastingCallClub",
"check_uri" : "https://www.castingcall.club/m/{account}",
Expand Down Expand Up @@ -220,6 +253,17 @@
"category" : "images",
"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" : ["nyla"],
"category" : "gaming",
"valid" : true
},
{
"name" : "Dating.ru",
"check_uri" : "https://dating.ru/{account}/",
Expand Down Expand Up @@ -2043,6 +2087,17 @@
"category" : "coding",
"valid" : true
},
{
"name" : "Roleplay.me",
"check_uri" : "https://www.roleplay.me/{account}",
"account_existence_code" : "200",
"account_existence_string" : "Last Visited:",
"account_missing_code" : "404",
"account_missing_string" : "The link you followed may be broken or the page may have been removed.",
"known_accounts" : ["adorealoi"],
"category" : "social",
"valid" : true
},
{
"name" : "Rotten Tomatoes",
"check_uri" : "https://www.rottentomatoes.com/critic/{account}/movies",
Expand Down Expand Up @@ -2087,6 +2142,17 @@
"category" : "music",
"valid" : true
},
{
"name" : "skeb",
"check_uri" : "https://skeb.jp/@{account}",
"account_existence_code" : "200",
"account_existence_string" : "Sent Requests",
"account_missing_code" : "404",
"account_missing_string" : "Not Found",
"known_accounts" : ["eipuru_"],
"category" : "art",
"valid" : true
},
{
"name" : "Skyrock",
"check_uri" : "https://{account}.skyrock.com/",
Expand Down Expand Up @@ -2318,6 +2384,18 @@
"category" : "dating",
"valid" : true
},
{
"name" : "Trello",
"check_uri" : "https://trello.com/1/Members/{account}?fields=activityBlocked%2CavatarUrl%2Cbio%2CbioData%2Cconfirmed%2CfullName%2CidEnterprise%2CidMemberReferrer%2Cinitials%2CmemberType%2CnonPublic%2Cproducts%2Curl%2Cusername",
"pretty_uri" : "https://trello.com/{account}",
"account_existence_code" : "200",
"account_existence_string" : "avatarUrl",
"account_missing_code" : "404",
"account_missing_string" : "Oh no! 404!",
"known_accounts" : ["naranjasan"],
"category" : "social",
"valid": true
},
{
"name" : "tripadvisor",
"check_uri" : "https://www.tripadvisor.com/Profile/{account}",
Expand Down

0 comments on commit ecd8b27

Please sign in to comment.