RedFox 红狐数据平台 Python SDK
Project description
RedFox Python SDK
红狐数据平台 Python SDK,支持通过简洁的 Python 接口调用红狐平台所有数据 API。
安装
pip install redfox-sdk
快速开始
from redfox import RedFoxClient
client = RedFoxClient(api_key="your_api_key")
# 搜索抖音作品
result = client.douyin.search_articles(keyword="人工智能")
for item in result["list"]:
print(f"{item['title']} - 点赞: {item['likeCount']}")
获取 API Key
前往 API Keys 页面 获取。
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
redfox_python_sdk-0.2.1.tar.gz
(10.4 kB
view details)
File details
Details for the file redfox_python_sdk-0.2.1.tar.gz.
File metadata
- Download URL: redfox_python_sdk-0.2.1.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d922100f097a8f1865e6980b041cc3f4c94e112ee00d77c8081336876a2c93d4
|
|
| MD5 |
1148b2cbc11906a0e7e3a646b8b86699
|
|
| BLAKE2b-256 |
460fae1c4c2fc74c3425043707910e047cb2ab2b5ee1c21b52b43170e0e0c53b
|