NOTE
GitHub is now the "source of truth" but I will always try to update to this project page.
https://github.com/bear/python-twitter
Python Twitter
A Python wrapper around the Twitter API
Author: The Python-Twitter Developers
Introduction
This library provides a pure Python interface for the Twitter API.
Twitter (http://twitter.com) provides a service that allows people to
connect via the web, IM, and SMS. Twitter exposes a web services API
(http://dev.twitter.com/doc) and this library is intended to make
it even easier for Python programmers to use.
Building
From source:
Install the dependencies:
http://cheeseshop.python.org/pypi/simplejson
http://code.google.com/p/httplib2/
http://github.com/simplegeo/python-oauth2
Download the latest