Files
nox-project-nox-framework/sources/pypi_user.json
T
2026-05-06 14:49:45 +02:00

28 lines
821 B
JSON

{
"name": "pypi_user",
"category": "social",
"endpoint": "https://pypi.org/pypi",
"method": "POST",
"requires_auth": false,
"selectors": {},
"rate_limit": 1.0,
"headers": {
"Content-Type": "text/xml"
},
"raw_payload": "<?xml version='1.0'?><methodCall><methodName>user_packages</methodName><params><param><value>{target}</value></param></params></methodCall>",
"regex_pattern": "<string>Owner</string></value>\\s*<value><string>([^<]+)</string>",
"api_key_slots": [],
"input_type": "username",
"output_type": [
"username"
],
"normalization_map": {},
"tags": [
"passive"
],
"health_check_url": "https://pypi.org",
"expected_status": 200,
"reliability_score": 4,
"backup_endpoints": [],
"confidence": 0.85
}