Revision 13dd590b498fc066241032646eaca73f94ab68fa authored by Tom Hu on 24 November 2016, 14:15:11 UTC, committed by GitHub on 24 November 2016, 14:15:11 UTC
`words` is a list containing separated words. Thus, it should not be passed into `is_url()` as a string.
1 parent dc13a39
Raw File
index.rst
.. 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`
back to top