Nurd Central - Code Projects - Tweetworks - Documentation

Introduction

In general, methods are named based on the Tweetworks API URL they invoke. See the pydoc-generated documentation. Methods typically return a list of User, Post, or Group objects, as appropriate.

Some methods require Tweetworks authentication to use. In this case, create your API object with the additional username and password arguments specified to act as that user.

Common method arguments:

Errors throw a tweetworks.API.TweetworksException.

Under Construction!