Tencent Cloud Afc (Anti-Fraud Cloud) SDK for Python. Provides access to Tencent Cloud's anti-fraud services. Current version: 3.0.1459. Released approximately weekly as part of the Tencent Cloud Python SDK monorepo. Active development.
pip install tencentcloud-sdk-python-afcNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Instantiate the AfcClient with credentials and region, then call QueryAntiFraudVip.
Use the full versioned import path: `from tencentcloud.afc.v20200226 import afc_client, models`
Always pass a region string (e.g., 'ap-guangzhou', 'ap-beijing') to the client constructor.
Instantiate request models with keyword arguments: `req = models.QueryAntiFraudVipRequest(PhoneNumber='12345678901')` instead of dict assignment.
Run: pip install tencentcloud-sdk-python-afc (it depends on the base package automatically)
Use: from tencentcloud.afc.v20200226 import afc_client
Set environment variables TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY, or pass credentials directly.
No dependency data recorded yet.