mirror of
https://github.com/soxoj/maigret.git
synced 2026-08-17 19:25:41 +02:00
30 lines
1.0 KiB
JSON
30 lines
1.0 KiB
JSON
{
|
|
"engines": {},
|
|
"sites": {
|
|
"StatusCode": {
|
|
"checkType": "status_code",
|
|
"url": "http://localhost:8989/url?id={username}",
|
|
"urlMain": "http://localhost:8989/",
|
|
"usernameClaimed": "claimed",
|
|
"usernameUnclaimed": "unclaimed"
|
|
},
|
|
"Message": {
|
|
"checkType": "message",
|
|
"url": "http://localhost:8989/url?id={username}",
|
|
"urlMain": "http://localhost:8989/",
|
|
"presenseStrs": ["user", "profile"],
|
|
"absenseStrs": ["not found", "404"],
|
|
"usernameClaimed": "claimed",
|
|
"usernameUnclaimed": "unclaimed"
|
|
},
|
|
"GbkMessage": {
|
|
"checkType": "message",
|
|
"encoding": "gbk",
|
|
"url": "http://localhost:8989/url?id={username}",
|
|
"urlMain": "http://localhost:8989/",
|
|
"presenseStrs": ["个人资料"],
|
|
"usernameClaimed": "claimed",
|
|
"usernameUnclaimed": "unclaimed"
|
|
}
|
|
}
|
|
} |