Commit graph

28 commits

Author SHA1 Message Date
Mike Helmick
c9e8a46200 Version 3.7.0 2018-05-07 12:52:54 -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
Joe Cabrera
a0fec2f004 pep8 finished 2014-07-26 11:48:36 -04: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
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
36ef365d43 Delete shorten_url.py
Fixes #277
[ci skip]
2013-10-23 00:10:53 -04:00
Mike Helmick
6ca284cc21 Update streaming example
[ci skip]
2013-06-25 15:39:17 -03:00
Robin Hahling
7c0739d941 twitter API v1.1 as replaced "rpp" by "count" thus update the search example 2013-06-16 13:34:19 +02:00
Mike Helmick
f879094ea1 Update stream example, update AUTHORS for future example fix
Remove tests that usually caused Travis to fail
Made it clear that Authenticaiton IS required for Streaming in the
docstring
2013-05-29 11:41:30 -04:00
Mike Helmick
c8b1202880 Added disconnect to TwythonStreamer, more tests, update example
* Stream and Twython core tests
* Import TwythonStreamError from twython

See more in 2.10.1 section of HISTORY.rst
2013-05-29 11:41:03 -04:00
Rubén Varela Rosa
464360c7f7 Fixed the for loop key and how to access the user name. 2013-05-26 12:53:55 -04:00
Mike Helmick
6238912b96 Update examples and READMEs
[ci skip]
2013-05-16 13:36:46 -04:00
Mike Helmick
84e4c5fe13 Update all endpoints in the api_table, examples, READMEs
Also updated functions in twython.py to use pep8 functions instead of
camelCase functions
2013-05-04 19:28:47 -04:00
Mike Helmick
97a33ce8dd Merge Handling into TwythonStreamer, update examples 2013-05-03 16:57:59 -04:00
Mike Helmick
c3e84bc8ee Fixing streaming 2013-05-02 15:12:36 -04:00
Mike Helmick
4ac6436901 Update Examples and LICENSE
Some examples were out of date (any trends example)
Renamed the core_examples dir. to examples
2013-04-18 22:27:50 -04:00
Ryan McGrath
3cef1a463f Redid some examples, moved examples to core_examples to differentiate from oauth_django_example, version bump to 1.3.2 to fix distribution errors with Pip/etc (dumb binaries were being created earlier, just throwing out the source now and letting pip handle it) 2010-10-19 16:31:09 -04:00
Ryan McGrath
a3edbb2348 New package structure; twython is now separated out into core/oauth/streaming. To maintain compatibility with older Twython versions, simply import twython like: 'import twython.core as twython' - this will allow for easier oauth/streaming development, and should hopefully fix a lot of the installation issues people kept running into with easy_install 2009-12-17 03:05:39 -05:00
idris
09cce11143 oops my bad. fixed the examples properly this time 2009-10-11 19:31:23 -04:00
Ryan McGrath
024742d51b All example code now properly references Twython instead of Tango - this should've been done months ago, can't believe it slipped my mind. Sorry for anyone who was totally confused by this. ;P 2009-10-10 17:22:29 -04:00
Ryan McGrath
d7d170cc3b Reorganizing into a more package based structure, setting an initial (not working) setup.py file - this will be expanded soon 2009-07-28 03:13:48 -04:00