Afdian SDK for Python
Project description
✨ 一个现代化的爱发电 Python SDK ✨
✨ 同时支持 同步 与 异步 调用 ✨
安装方式
pip install afdiankit
# or, use poetry
poetry add afdiankit
# or, use pdm
pdm add afdiankit
使用方法
使用爱发电网页端 API
获取网页端 auth_token
在爱发电网页端打开 F12 开发者工具,切换到 Console(控制台)标签页,输入以下 JavaScript 代码获取网页端 auth token
document.cookie.match(new RegExp("(^| )auth_token=([^;]+)"))[2];
新建 Python 脚本,可直接复制以下模板,替换 auth_token 即可。
from afdiankit import Afdian, TokenAuthStrategy
afdian = Afdian("<auth_token>")
# 或者显式调用 TokenAuthStrategy
github = GitHub(TokenAuthStrategy("<auth_token>"))
使用开放平台 API
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
afdiankit-0.1.0.tar.gz
(23.3 kB
view hashes)
Built Distribution
afdiankit-0.1.0-py3-none-any.whl
(39.9 kB
view hashes)
Close
Hashes for afdiankit-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7bed40f8febc80a71756eebd8d463d09b78a6838dbd1e70687c69c3014cbaf50 |
|
MD5 | c8b7a97267ca3c06a7c1669eec5176c7 |
|
BLAKE2b-256 | d6962f3f8fc215696ec06007f7a145be8bebc95a5abfeeb5dfe138e86ef36992 |