|
Project Information
Featured
Downloads
|
pytwitter is a python library for the twitter API. It's pretty mimimal and is coded so that the methods are directly translated to the API urls - pytwitter.friendships_exists() will always make a request to http://twitter.com/friendships/exists.xml (or .json). If twitter add or change any methods, the library will instantly be able to use them. >>> import pytwitter |