Begin docs

[ci skip]
This commit is contained in:
Mike Helmick 2013-06-06 13:41:56 -04:00
parent ec2bd7d686
commit 55641a1966
72 changed files with 26300 additions and 1 deletions

44
docs/index.rst Normal file
View file

@ -0,0 +1,44 @@
.. Twython documentation master file, created by
sphinx-quickstart on Thu May 30 22:31:25 2013.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Twython
=======
| Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs
Features
--------
- Query data for:
- User information
- Twitter lists
- Timelines
- Direct Messages
- and anything found in `the Twitter API docs <https://dev.twitter.com/docs/api/1.1>`_.
- Image Uploading!
- **Update user status with an image**
- Change user avatar
- Change user background image
- Change user banner image
- Support for Twitter's Streaming API
- Seamless Python 3 support!
Usage
-----
.. toctree::
:maxdepth: 2
usage/install
usage/starting_out
usage/basic_usage
Twython API Documentation
-------------------------
.. toctree::
:maxdepth: 2
api