Tim Gates
b4b94d05c5
docs: Fix a few typos
...
There are small typos in:
- docs/usage/advanced_usage.rst
- docs/usage/basic_usage.rst
- docs/usage/special_functions.rst
- docs/usage/starting_out.rst
- tests/test_endpoints.py
- twython/endpoints.py
- twython/streaming/api.py
Fixes:
- Should read `received` rather than `recieved`.
- Should read `paginated` rather than `pagintated`.
- Should read `multiple` rather than `mutiple`.
- Should read `membership` rather than `memberhips`.
- Should read `manipulate` rather than `maninpulate`.
- Should read `explicitly` rather than `explicity`.
- Should read `destroy` rather than `destory`.
- Should read `authentication` rather than `autentication`.
- Should read `actual` rather than `acutal`.
Signed-off-by: Tim Gates <tim.gates@iress.com>
2022-07-31 09:24:22 +10:00
Hannes
33f46c087e
update example for a post involving image editing
...
Python 2 support was dropped from Twython, thanks!
In Python3 we actually have to use BytesIO, see https://github.com/python-pillow/Pillow/issues/2205
2020-07-17 11:50:06 +02:00
74c72f88fd
Remove old links in docs
2020-04-02 23:39:07 -07:00
Mike Helmick
c9e8a46200
Version 3.7.0
2018-05-07 12:52:54 -04:00
Clayton A Davis
db40a1c56c
Add doc for cursor's return_pages kwarg
2017-10-18 14:05:12 -04:00
Clayton A Davis
0f64978a08
Fix typo in cursor example
2017-10-18 14:01:34 -04:00
Clayton A Davis
f3088b0289
Update links to Twitter docs
2017-10-11 14:23:56 -04:00
Mike Helmick
41a2404b20
Merge pull request #459 from foxmask/patch-1
...
update the link to the doc of the twitter API
2017-10-09 12:00:47 -04:00
FoxMaSk
89755a8643
update the link to the doc of the twitter API
2017-10-08 08:57:04 +02:00
FoxMaSk
e87b80710d
update the link to the doc of the twitter API
2017-10-07 16:46:56 +02:00
Clayton Davis
c086449818
Update StringIO import for py3k
2017-10-06 14:57:36 -04:00
Clayton Davis
4f1e41a9e5
Update print statements to print() functions
2017-10-06 14:45:25 -04:00
Mike Helmick
ede941cf1a
Version 3.6.0 and update travis python versions
2017-08-23 11:29:20 -04:00
Mike Helmick
574483d870
3.5.0 Release
2017-06-06 10:17:58 -04:00
Mike Helmick
2faa84629b
Merge pull request #415 from philgyford/symbols-in-html-for-tweet
...
Link $IBM-style symbols in tweets in html_for_tweet()
2016-04-30 05:33:14 -04:00
Mike Helmick
3f6700373f
3.4.0 release, update version and history
2016-04-30 05:22:26 -04:00
Phil Gyford
a1640f4a17
Link $IBM-style symbols in tweets in html_for_tweet()
...
Fixes #412
2016-04-22 14:22:32 +01:00
Karambir Singh Nain
2cca895079
Add video upload endpoint
2015-09-29 20:57:47 +05:30
Mike Helmick
faee7ea3ff
Update AUTHORS.rst, Update HISTORY.rst, Update version
...
[ci skip]
2015-07-18 10:32:30 -04:00
Mike Helmick
97771bf15c
Merge pull request #382 from 7kfpun/master
...
Add missing commas
2015-07-13 11:03:35 -04:00
David Beitey
1f3eab6a37
Update uploading image advanced examples
...
Previously, these examples were using deprecated API endpoints. This updates the examples accordingly.
2015-07-08 20:26:05 +10:00
kf
e68ba98c8f
missing commas
2015-07-07 22:16:42 +08:00
Will Thompson
4e6963d8cc
special_functions.rst: typo: excepts → accepts
2015-06-17 16:27:31 +01:00
Mike Helmick
18e845d00d
Merge pull request #367 from jkeenest/master
...
search_gen in Advanced usage deprecated
2015-03-30 10:02:32 -04:00
floydsoft
c0dae9a63a
Update special_functions.rst
2015-02-23 23:13:21 +08:00
Jeremy Keen
db738cf41e
search_gen in Advanced usage deprecated
...
Updated advanced usage documentation to use cursor instead of search_gen
2015-02-13 12:05:28 -08:00
ping
3cd88a09e6
Format media entities in Twython.html_for_tweet()
2014-12-02 17:54:52 +08:00
Mike Helmick
8548a31238
Changing versions, adding AUTHORS & HISTORY
2014-10-30 11:14:34 -04:00
Mertcan Mermerkaya
28290cd7c3
Update advanced_usage.rst
...
Fixed wrong variable name in function arguments.
2014-10-29 01:26:03 +02:00
Diego Allen
14e9349f48
Add missing comma in documentation code snippet
2014-08-21 21:07:59 -04:00
Natan L
d5dfcb7e86
Fix typo
...
'SECERT' --> 'SECRET'
2013-12-15 20:28:43 -08:00
Mike Helmick
0937fbe929
Fix Changelog, update version
...
[ci skip]
2013-12-06 11:14:39 -05:00
Mike Helmick
92479cd75b
Update conf.py
...
[ci skip]
2013-12-05 18:22:59 -05:00
Mike Helmick
082528490e
Update docs
...
[ci skip]
2013-09-25 10:45:24 -04:00
Fredrik Möllerstrand
21ce7edc2b
fix typo of APP_SECRET
2013-09-06 13:16:47 +03:00
Mike Helmick
d2d9c97bd2
Update basic_usage.rst
...
Fixes #260
[ci skip]
2013-08-27 17:09:08 -04:00
Mike Helmick
b886ba2a69
Update conf.py
2013-08-02 12:37:49 -04:00
Mike Helmick
df82888bef
Update advanced_usage.rst
...
[ci skip]
2013-07-23 11:53:08 -04:00
Mike Helmick
52e025a6a2
Merge pull request #241 from ryanmcgrath/dev/cursor
...
WIP: General cursor (generator) like object for Twython functions, fixes #238
2013-07-20 12:01:29 -07:00
Mike Helmick
0fa9b631c1
Update documentation for cursor example
...
[ci skip]
2013-07-18 23:42:52 -04:00
Mike Helmick
9cfad89d90
Update special_functions.rst
...
[ci skip]
2013-07-18 21:27:17 -04:00
Mike Helmick
66237c7871
Update starting_out.rst
...
[ci skip]
2013-07-01 15:00:43 -04:00
Mike Helmick
3c637ddc7d
Tests and documentation
2013-06-27 19:20:43 -04:00
Mike Helmick
2af2fc00de
Support for Desktop/Mobile apps, remove README.md, helpers in docs for people with non-web apps
...
Removed README.md, rST can highlight syntax too I found out! :)
2013-06-13 16:47:43 -04:00
Mike Helmick
756eb9060e
Update docs, add functionality to get_lastfunction_header per @devdave
2013-06-13 13:31:32 -04:00
Mike Helmick
9f864a341c
Updating docs
...
[ci skip]
2013-06-13 11:05:18 -04:00
Mike Helmick
57f67b96d3
Fix typo, add edited image example
...
[ci skip]
2013-06-12 16:54:04 -04:00
Mike Helmick
25cfd0909c
Update docs to give examples for manipulating requests args
2013-06-10 17:42:26 -04:00
Mike Helmick
4debef7d84
Custom sidebar
...
[ci skip]
2013-06-08 16:02:41 -04:00
Mike Helmick
dd61841481
Fork Me badge, more docs
...
[ci skip]
2013-06-07 20:54:52 -04:00