1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
.. python-twitter documentation master file, created by
Welcome to python-twitter's documentation!
==========================================
**A Python wrapper around the Twitter API.**
Author: The Python-Twitter Developers <python-twitter@googlegroups.com>
Contents:
.. toctree::
:maxdepth: 1
installation.rst
getting_started.rst
contributing.rst
migration_v30.rst
changelog.rst
rate_limits.rst
models.rst
searching.rst
with_django.rst
twitter.rst
Introduction
------------
This library provides a pure Python interface for the `Twitter API <https://dev.twitter.com/>`_. It works with Python 2.7+ and Python 3.
`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.
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|