File: index.rst

package info (click to toggle)
twython 3.8.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 600 kB
  • sloc: python: 1,793; makefile: 148; sh: 49
file content (72 lines) | stat: -rw-r--r-- 1,361 bytes parent folder | download
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
.. 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://developer.twitter.com/en/docs>`_.
- Image Uploading:
   - Update user status with an image
   - Change user avatar
   - Change user background image
   - Change user banner image
- OAuth 2 Application Only (read-only) Support
- Support for Twitter's Streaming API
- Seamless Python 3 support!

Usage
-----

..
   I know it isn't necessary to start a new tree for every section,
   but I think it looks a bit cleaner that way!

.. toctree::
   :maxdepth: 4

   usage/install

.. toctree::
   :maxdepth: 4

   usage/starting_out

.. toctree::
   :maxdepth: 4

   usage/basic_usage

.. toctree::
   :maxdepth: 4

   usage/advanced_usage

.. toctree::
   :maxdepth: 4

   usage/streaming_api

.. toctree::
   :maxdepth: 2

   usage/special_functions

Twython API Documentation
-------------------------

.. toctree::
   :maxdepth: 2

   api