Commit graph

706 commits

Author SHA1 Message Date
Ben McGinnes
d379ffc69b Merge branch 'master' of github:ryanmcgrath/twython 2014-09-24 13:13:15 +10: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
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
Ben McGinnes
5300373299 Merge branch 'master' of github:ryanmcgrath/twython
Conflicts:
	examples/block_spammer.py
	examples/block_user.py
	examples/unblock_user.py
	examples/unfollow_user.py
2014-08-06 01:05:01 +10:00
Ben McGinnes
564db6da1b Example script to stop following a user. 2014-08-05 22:45:29 +10:00
Ben McGinnes
c820e49230 Example script to remove a block from an account. 2014-08-05 22:44:34 +10:00
Ben McGinnes
a95092f33e Example script to display a tweet. 2014-08-05 22:42:53 +10:00
Ben McGinnes
8e44989c01 Add script example to block users, takes input from the command line or interactively. 2014-08-05 22:41:12 +10:00
Ben McGinnes
af1a68eecb Restoring follow user example. 2014-08-05 22:39:36 +10:00
Ben McGinnes
f4614cc067 Restoring spammer blocking example. 2014-08-05 22:38:30 +10:00
Ben McGinnes
da7940ec5b Updating requirements to allow Twython to work with versions of Requests higher than the minimum. 2014-08-05 22:35:08 +10:00
Ben McGinnes
e549c74f66 Removed files and offending branches. Now to reverse the polarity of the neutron flow. 2014-08-05 22:29:21 +10:00
Ben McGinnes
1b57f94418 Reversing change due to merge errors. 2014-08-05 22:22:16 +10:00
Ben McGinnes
b57f1c14fd Merge remote-tracking branch 'origin/patch-2' 2014-08-05 20:51:50 +10: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
Ben McGinnes
7a270707c5 Fixing or removing true status in examples. 2014-05-24 19:27:48 +10: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
f18af22c00 Fixed the comment lines to relate to the action performed. 2014-05-17 13:17:13 +10:00
Ben McGinnes
3911011d20 CLI script to display a tweet and the poster of that tweet using the tweet status ID through command line arguments. 2014-05-17 13:08:34 +10:00
Ben McGinnes
b16ab9876c Merge branch 'patch-5' of github.com:Hasimir/twython 2014-05-17 12:29:29 +10:00
Ben McGinnes
52dc1eab2e Merge branch 'patch-4' of github.com:Hasimir/twython 2014-05-17 12:29:19 +10:00
Ben McGinnes
68242c86cd Merge branch 'patch-3' of github.com:Hasimir/twython 2014-05-17 12:29:06 +10: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
Ben McGinnes
eda02fb215 Update requirements.txt
Allow requests dependencies to be greater than or equal to minimum required version if a more recent one is already available.  Change reflected in setup.py.
2014-04-13 18:51:20 +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