Skip to content

TigerND/gratipay-twisted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages