Fanfou SDK in Python
Project description
详细文档请前往 ➔ Readthedocs
Example
from van import Fan
fan = Fan(consumer_key, consumer_secret)
fan.xauth(username,password)
# or use oauth
# url = fan.authorization_url()
# visit the authorization url and copy the redirect url
# fan.oauth(redirect url)
fan.update_status('你好啊,李银河!')
Installation
van 只支持 Python3, 请前往官网下载安装 Python 3.5 以上版本。
如果你是开发者,你也可以帮助我兼容 Python2
之后可以使用 pip 安装:
pip3 install van
或者下载源码安装:
git clone https://github.com/j178/van
cd van
pip3 install . --user
申请应用
要使用 van 你还需要在饭否中申请一个应用:
在 http://fanfou.com/apps 中创建新应用
应用名称、主页、描述等信息可以随意填写
记录下 Consumer Key 和 Consumer Secret
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
van-0.0.6.tar.gz
(26.3 kB
view details)
Built Distribution
van-0.0.6-py3-none-any.whl
(13.9 kB
view details)
File details
Details for the file van-0.0.6.tar.gz
.
File metadata
- Download URL: van-0.0.6.tar.gz
- Upload date:
- Size: 26.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7afb4f2bae86d898f7f7e4f596279d6c741a17600560770be7779c7aa8988df0 |
|
MD5 | 98fc48f9433814bea40c90708021c9df |
|
BLAKE2b-256 | a569d3eaeb9ad78c88d6b10b449496f6a0dd0f0df27dea6b3b0c2817f0c40d2f |
File details
Details for the file van-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: van-0.0.6-py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b1ffa76bb9ef48e78dbf3d73c2bf75949b7e9170c906949d79d6c623826ed35 |
|
MD5 | 0043d6506272c74917798daf447203c4 |
|
BLAKE2b-256 | 1fa138c68002b0e8fca3018fed6cfbb4a39c9e4aff0bfeed8b102f9df1b25a4e |