Commit graph

844 commits

Author SHA1 Message Date
Mike Helmick
33b5e21d0b Merge pull request #350 from mmermerkaya/patch-1
Update advanced_usage.rst
2014-10-29 12:42:20 -04:00
Mertcan Mermerkaya
28290cd7c3 Update advanced_usage.rst
Fixed wrong variable name in function arguments.
2014-10-29 01:26:03 +02:00
Mike Helmick
f81447481c Merge pull request #349 from filipeximenes/master
Adding upload media endpoint
2014-10-28 16:48:42 -04:00
Filipe Ximenes
83379b42e6 adding upload media endpoint 2014-10-23 12:03:33 -03:00
Mike Helmick
00ccafe0c9 Merge pull request #345 from donnemartin/master
Fix for Typos in README.rst #344
2014-09-22 08:19:51 -04:00
Donne Martin
bcb54c43fe Fix for Typos in README.rst #344 2014-09-19 17:58:27 -04:00
Renan Cakirerk
f22dcebbbb Update README.rst 2014-09-19 01:48:37 -07:00
Diego Allen
f2a535b250 Formatting fixes 2014-09-01 09:06:07 -04:00
Diego Allen
27617181b1 Fix issue #317 TwythonRateLimitError.retry_after is always None. 2014-08-31 23:14:49 -04:00
Mike Helmick
429c77c810 Merge pull request #339 from dalleng/master
Add missing comma in documentation code snippet
2014-08-21 21:16:58 -04:00
Diego Allen
14e9349f48 Add missing comma in documentation code snippet 2014-08-21 21:07:59 -04:00
Mike Helmick
54647cf0a9 Revert 1aa2d45..3bef603
This rolls back to commit 1aa2d451d9.
2014-08-05 06:15:59 -04:00
Mike Helmick
3bef603eee Merge pull request #320 from Hasimir/patch-3
Create unfollow_user.py
2014-08-05 06:12:20 -04:00
Mike Helmick
2325516bac Merge pull request #321 from Hasimir/patch-1
Create block_user.py
2014-08-05 06:12:14 -04:00
Mike Helmick
ee6c3789c3 Merge pull request #322 from Hasimir/patch-4
Create unblock_user.py
2014-08-05 06:12:08 -04:00
Mike Helmick
2941b25c1b Merge pull request #323 from Hasimir/patch-5
Create block_spammer.py
2014-08-05 06:11:54 -04:00
Mike Helmick
1aa2d451d9 Merge pull request #333 from greedo/pep8
PEP8
2014-07-30 10:33:51 -04:00
Joe Cabrera
a0fec2f004 pep8 finished 2014-07-26 11:48:36 -04:00
Joe Cabrera
6206c0b73f more pep8 fixes 2014-07-24 13:50:36 +00:00
Joe Cabrera
1455d8769a first pep8 work 2014-07-24 04:24:51 +00:00
Mike Helmick
f4496ec8b2 Merge pull request #326 from bsbkeven/master
statuses/lookup function in endpoints.py
2014-05-21 19:13:12 -04:00
bsbkeven
b29ce05bc8 Update endpoints.py
Added endpoint for statuses/lookup (https://dev.twitter.com/docs/api/1.1/get/statuses/lookup).
2014-05-21 11:18:59 -07:00
Ben McGinnes
ad6cbd0a89 Create block_spammer.py
CLI script to block and report a user for spamming, as specified by command arguments.
2014-05-17 01:41:53 +10:00
Ben McGinnes
eacecd4946 Create unblock_user.py
CLI script to unblock a user as specified by command arguments.
2014-05-17 01:18:35 +10:00
Ben McGinnes
687ccefc54 Create block_user.py
CLI script to block a user as specified by command arguments.
2014-05-17 00:45:04 +10:00
Ben McGinnes
8af56ee790 Create unfollow_user.py
CLI script to stop following a user as specified by command arguments.
2014-05-17 00:26:35 +10:00
Mike Helmick
e957c1fbb7 Merge pull request #319 from Hasimir/patch-1
Create follow_user.py
2014-05-16 09:30:45 -04:00
Ben McGinnes
8fd80a0ce8 Create follow_user.py
Basic CLI script with example for following user.
2014-05-16 17:33:09 +10:00
Mike Helmick
10e60fca10 Merge pull request #282 from drevicko/cursor-pages
added option to cursor() to yeild "page" - ie: iterators over each page returned by twitter
2014-03-05 10:49:40 -05:00
drevicko
144c60c3e5 Merge branch 'master' of github.com:ryanmcgrath/twython into cursor-pages
Conflicts:
	twython/api.py
2014-03-05 13:30:28 +11:00
Mike Helmick
beffba7da7 Merge pull request #284 from drevicko/non-recursive-cursor
changed cursor() from recursion to while loop
2014-02-25 15:36:57 -05:00
Mike Helmick
bfc497edc0 Merge pull request #310 from Lukasa/master
Twython unnecessarily disables compression.
2014-02-25 15:35:58 -05:00
Cory Benfield
f514816c6f Fixup python3 test failure. 2014-02-23 15:12:44 +00:00
Cory Benfield
31ff35349c Merge headers, don't overwrite. 2014-02-23 15:07:05 +00:00
Cory Benfield
673336ff8f Failing test for Accept-Encoding header 2014-02-23 15:07:01 +00:00
Ian
e1ee67192e fixed paramater naming as per PEP8 2014-02-21 10:29:10 +11:00
Ian
3c278efd4e Merge remote-tracking branch 'upstream/master' into cursor-pages 2014-02-21 10:24:44 +11:00
Ian
ff6502e2e9 Merge remote-tracking branch 'upstream/master' into non-recursive-cursor 2014-02-21 10:19:01 +11:00
Mike Helmick
da3a0bb9fc Merge pull request #308 from cash/add_error_tests
Fixes #302 simplifies json decoding and handling of errors. Adds tests.
2014-02-19 13:33:15 -05:00
cash
1e627f9fb1 need to use ValueError to account for different json libraries throwing different exceptions 2014-01-25 17:15:17 -05:00
cash
fa2122127c Fixes #302 simplifies json decoding and handling of errors. Adds tests. 2014-01-25 16:56:48 -05:00
Mike Helmick
eed37be5d1 Merge pull request #303 from cash/unit_tests
Fixes #297 New unit tests based on responses
2014-01-25 08:02:25 -08:00
Cash Costello
c83304edf2 requests returns content as bytes so use bytes for test strings. Also changed api verison in test 1.1 to not confuse people 2014-01-14 11:14:14 -05:00
Mike Helmick
6cfbbdeae0 Merge pull request #304 from wcdolphin/master
Adds retry_after attribute to TwythonRateLimitError
2014-01-13 10:37:17 -08:00
wcdolphin
f8d47c13d3 Adds retry_after attribute to TwythonRateLimitError 2014-01-12 15:21:27 -08:00
cash
9f7d38181e python 3.3 workaround for dropbox/responses issue 2014-01-11 19:45:47 -05:00
cash
30ff4319e2 updated unit tests and travis config for python 2.6 and 3 2014-01-11 19:45:46 -05:00
cash
c449e3f8e1 skipping tests that were failing because of external dependency on Twitter 2014-01-11 15:45:45 -05:00
cash
fc55791cbf updated remaining tests in test_core.py and removed cursor test (which will be replaced) 2014-01-11 15:37:47 -05:00
cash
5304803f09 added docstrings for new tests and finished testing input arguments of request() 2014-01-11 11:13:55 -05:00