TigerND / gratipay-twisted

Library for accessing Gittip APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

txgratipay

Library for accessing Gratipay APIs for the Twisted networking engine (written in Python)

Simple example

import txgratipay

@inlineCallbacks
def getUserInfo(username='gratipay')
    requests = [
        txgratipay.api.public(username), 
        txgratipay.api.stats(username),
    ]
    results = yield gatherResuts(requests)
    returnValue(results)

Examples

For more examples please see DTX Gratipay Example

License

LGPL v3

About

Library for accessing Gittip APIs

License:GNU Lesser General Public License v3.0


Languages

Language:Python 100.0%