Fanfou SDK in Python
Project description
from van import Fan, Config
# 1. Subclass the ``Config`` class and offer your configs
class MyConfig(Config):
consumer_key = 'xxxx'
consumer_secret = 'xxxx'
# 2. Instancialize the ``Fan`` class
me = Fan(MyConfig())
# 3. call methods of ``me``
me.update_status('你好啊,李银河!')
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.1.tar.gz
(6.7 kB
view hashes)
Built Distribution
van-0.0.1-py3-none-any.whl
(8.0 kB
view hashes)