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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file redfox_python_sdk-0.1.0.tar.gz.
File metadata
- Download URL: redfox_python_sdk-0.1.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4165f91444a9bf583aeac4b8bef649925eb204122d176730da18cd4fc106e2ff
|
|
| MD5 |
88b70cc1bd7522c3d7daf7a0c3b569f2
|
|
| BLAKE2b-256 |
5e1d5e87f79aee34368b21b556d3f2118e7af6eda597185609bbf525abff19b1
|
File details
Details for the file redfox_python_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: redfox_python_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03e4606283c21423334e5b96234c6173232e01577ba219a64f39e0746eeac04f
|
|
| MD5 |
c95011c20d05aee865283cfae15a991e
|
|
| BLAKE2b-256 |
d93f8178c59d0373904c81be1db7a0d9eb8c76f863aeb1fb7a38bf39788cb2cb
|