Skip to content

Commit

Permalink
Add several more social media sites
Browse files Browse the repository at this point in the history
Add several "Free speech alternative" social media sites:
USA Life
MAGA-CHAT
Our Freedom Book
MAGABOOK
SoliKick
Parler
  • Loading branch information
jocejocejoe committed Oct 17, 2021
1 parent 78a44b7 commit ef90d30
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions web_accounts_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -3535,6 +3535,72 @@
"known_accounts": ["Bstar3Dart","Kimbolt"],
"category": "hobby",
"valid": true
},
{
"name" : "USA Life",
"check_uri" : "https://usa.life/{account}",
"account_existence_code" : "200",
"account_existence_string" : "Please log in to like, share and comment",
"account_missing_string" : "Sorry, page not found",
"account_missing_code" : "302",
"known_accounts" : ["abaynes79","not1face"],
"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" : "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" : "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" : "SoliKick",
"check_uri" : "https://solikick.com/-{account}",
"account_existence_code" : "200",
"account_existence_string" : "page_guest_users-view",
"account_missing_string" : "This item has been removed or is no longer available",
"account_missing_code" : "302",
"known_accounts" : ["milehighed","Edmundus"],
"category" : "social",
"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
}
]
}

0 comments on commit ef90d30

Please sign in to comment.