Skip to main content

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)

Uploaded Source

Built Distribution

van-0.0.1-py3-none-any.whl (8.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page