Welcome to python-twitter’s documentation! — python-twitter 3.4.2 documentation (original) (raw)
- Docs »
- Welcome to python-twitter’s documentation!
- Edit on GitHub
A Python wrapper around the Twitter API.
Author: The Python-Twitter Developers <python-twitter@googlegroups.com>
Contents:
- Installation & Testing
- Getting Started
- Contributing
- Migration from v2 to v3
- Changelog
- Rate Limiting
- Models
- Searching
- Using with Django
- Modules Documentation
Introduction¶
This library provides a pure Python interface for the Twitter API. It works with Python 2.7+ and Python 3.
Twitter provides a service that allows people to connect via the web, IM, and SMS. Twitter exposes a web services API and this library is intended to make it even easier for Python programmers to use.