/pyweasyl

API bindings for the Weasyl API

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

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