Welcome to python-shanbay’s documentation!

python-shanbay

提供一系列操纵扇贝网 (www.shanbay.com) 的 api

Build Coverage Pypi version Pypi downloads

Installation

To install python-shanbay, simply:

$ pip install shanbay

Basic Usage

>>> from shanbay import Shanbay
>>> shanbay = Shanbay('username', 'password')
>>> api = shanbay.api
>>> api.user_info()
{"username":"uesrname", "nickname":"nickname", "userid":1, "result":1}

Changelog

0.1.0 (2014-03-31)

Indices and tables