mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 22:19:01 +00:00
26 lines
896 B
JSON
26 lines
896 B
JSON
{
|
|
"engines": {},
|
|
"sites": {
|
|
"GooglePlayStore": {
|
|
"tags": ["global", "us"],
|
|
"disabled": false,
|
|
"checkType": "status_code",
|
|
"alexaRank": 1,
|
|
"url": "https://play.google.com/store/apps/developer?id={username}",
|
|
"urlMain": "https://play.google.com/store",
|
|
"usernameClaimed": "Facebook_nosuchname",
|
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
|
},
|
|
"Reddit": {
|
|
"tags": ["news", "social", "us"],
|
|
"checkType": "status_code",
|
|
"presenseStrs": ["totalKarma"],
|
|
"disabled": true,
|
|
"alexaRank": 17,
|
|
"url": "https://www.reddit.com/user/{username}",
|
|
"urlMain": "https://www.reddit.com/",
|
|
"usernameClaimed": "blue",
|
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
|
}
|
|
}
|
|
} |