8000 GitHub - rechner/pyweasyl: API bindings for the Weasyl API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rechner/pyweasyl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

API bindings for the Weasyl API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0