You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
320 B

  1. This library provides a pure python interface for the Twitter API.
  2. Twitter (http://twitter.com) provides a service that allows people
  3. to connect via the web, IM, and SMS. Twitter exposes a web services
  4. API (http://twitter.com/help/api) and this library is intended to
  5. make it even easier for python programmers to use.