pyweasyl

Python bindings for the Weasyl API


License
LGPL-3.0
Install
pip install pyweasyl==1.1

Documentation

pyweasyl

Python binding to implement the Weasyl HTTP API, version 1.2.

Geting Started

Install via PyPI:

pip install pyweasyl

Example

from weasyl import Weasyl
api = Weasyl("API_Key_here")
notifications = api.message_summary()

print("You have {0} submissions".format(notifications['submissions']))

Read the docs