]> jfr.im git - z_archive/twitter.git/log
z_archive/twitter.git
12 years agoMove the recv call to the bottom of the iterator loop so that it really has no lag.
Mike Verdone [Sat, 3 Dec 2011 17:48:04 +0000 (18:48 +0100)] 
Move the recv call to the bottom of the iterator loop so that it really has no lag.

12 years agoUse socket.recv to get data in the stream to prevent waiting for complete 1024b chunk...
Mike Verdone [Sat, 3 Dec 2011 17:13:41 +0000 (18:13 +0100)] 
Use socket.recv to get data in the stream to prevent waiting for complete 1024b chunks. Patch by Daniel Jones (github:ideoforms).

12 years agoUse a regex to deduce better which actions should use POST. Patch by Daniel Jones...
Mike Verdone [Fri, 2 Dec 2011 11:54:53 +0000 (12:54 +0100)] 
Use a regex to deduce better which actions should use POST. Patch by Daniel Jones (github:ideoforms).

12 years agoFix a test. twitter-1.7.2
miv [Tue, 22 Nov 2011 21:01:53 +0000 (22:01 +0100)] 
Fix a test.

12 years agoVersion bump 1.7.2
miv [Tue, 22 Nov 2011 20:41:52 +0000 (21:41 +0100)] 
Version bump 1.7.2

12 years agoPass a method param to force post or get method.
miv [Tue, 22 Nov 2011 20:41:37 +0000 (21:41 +0100)] 
Pass a method param to force post or get method.

12 years agoMerge pull request #58 from harobed/master
Mike Verdone [Mon, 7 Nov 2011 22:02:33 +0000 (14:02 -0800)] 
Merge pull request #58 from harobed/master

Fix error in WrappedTwitterResponse, headers isn't transmited to object.

12 years agoFix mistake in api.wrap_response, before this fix, we can't access to "rate_limit_rem...
Stephane Klein [Sun, 30 Oct 2011 12:27:40 +0000 (13:27 +0100)] 
Fix mistake in api.wrap_response, before this fix, we can't access to "rate_limit_remaining" and "rate_limit_reset" properties in "WrappedTwitterResponse" class

12 years agoreversed multiple twitts so they appear rightside up on the timeline
Tomas Neme [Sat, 15 Oct 2011 21:04:48 +0000 (18:04 -0300)] 
reversed multiple twitts so they appear rightside up on the timeline

12 years agoVersion bump 1.7.1 twitter-1.7.1
miv [Sun, 9 Oct 2011 17:13:47 +0000 (19:13 +0200)] 
Version bump 1.7.1

12 years agoI always find unicode errors just after a release. Urg. Fix one in quote_noplus.
miv [Sun, 9 Oct 2011 17:12:57 +0000 (19:12 +0200)] 
I always find unicode errors just after a release. Urg. Fix one in quote_noplus.

12 years agoVersion bump 1.7 twitter-1.7
miv [Sun, 9 Oct 2011 16:40:23 +0000 (18:40 +0200)] 
Version bump 1.7

12 years agoFix issue #43 TwitterHTTPError.__str__ messed up.
miv [Wed, 5 Oct 2011 20:53:16 +0000 (22:53 +0200)] 
Fix issue #43 TwitterHTTPError.__str__ messed up.

12 years agoWho knew this mysterious looking code was totally useless? Not me.
miv [Wed, 5 Oct 2011 20:39:15 +0000 (22:39 +0200)] 
Who knew this mysterious looking code was totally useless? Not me.

12 years agoSet unichr = chr for Python 3.
miv [Wed, 5 Oct 2011 20:23:59 +0000 (22:23 +0200)] 
Set unichr = chr for Python 3.

12 years agoMerge pull request #50 from geeknikbrian/master
Mike Verdone [Wed, 5 Oct 2011 20:22:12 +0000 (13:22 -0700)] 
Merge pull request #50 from geeknikbrian/master

Fix for twitterbot crash

12 years agoMerge pull request #54 from Lacrymology/master
Mike Verdone [Wed, 5 Oct 2011 20:12:11 +0000 (13:12 -0700)] 
Merge pull request #54 from Lacrymology/master

Command line tool breaks if you pass a utf string to it. Also improve sending tweets longer than 140 via the command line tool.

12 years agoExtend API so I can use underscore to insert an integer value into URL.
miv [Wed, 5 Oct 2011 20:02:25 +0000 (22:02 +0200)] 
Extend API so I can use underscore to insert an integer value into URL.

12 years agoTest for setting unicode status.
miv [Wed, 5 Oct 2011 19:48:14 +0000 (21:48 +0200)] 
Test for setting unicode status.

12 years agomade it repeat the @nicks at the beginning of the post
Tomas Neme [Wed, 5 Oct 2011 06:15:41 +0000 (03:15 -0300)] 
made it repeat the @nicks at the beginning of the post

12 years agosplit long twits
Tomas Neme [Thu, 22 Sep 2011 14:50:29 +0000 (11:50 -0300)] 
split long twits

12 years agoconverted input to locale encoding
Tomas Neme [Wed, 21 Sep 2011 18:57:42 +0000 (15:57 -0300)] 
converted input to locale encoding

12 years agoMerge pull request #53 from kennu/master
Mike Verdone [Sun, 18 Sep 2011 14:41:27 +0000 (07:41 -0700)] 
Merge pull request #53 from kennu/master

Fix crash with unicode status updates.

12 years agoEncode basestring instead of just str to utf-8
Kenneth Falck [Wed, 14 Sep 2011 20:25:19 +0000 (23:25 +0300)] 
Encode basestring instead of just str to utf-8

12 years agofix a twitterbot crash caused by unicode text?
Brian Carpenter [Sun, 17 Jul 2011 01:52:49 +0000 (21:52 -0400)] 
fix a twitterbot crash caused by unicode text?

12 years ago- Check rate limit using the command line tool. Patch by @stalkr_
Mike Verdone [Sat, 9 Jul 2011 12:53:25 +0000 (14:53 +0200)] 
- Check rate limit using the command line tool. Patch by @stalkr_

13 years agoMake twitterbot reconnect to IRC if it drops out.
Mike Verdone [Mon, 4 Apr 2011 19:57:45 +0000 (21:57 +0200)] 
Make twitterbot reconnect to IRC if it drops out.

13 years agoVersion bump 1.6.1 twitter-1.6.1
Mike Verdone [Mon, 4 Apr 2011 19:44:13 +0000 (21:44 +0200)] 
Version bump 1.6.1

13 years agoFix unicorn decode bugs in ircbot.
Mike Verdone [Mon, 4 Apr 2011 19:42:42 +0000 (21:42 +0200)] 
Fix unicorn decode bugs in ircbot.

13 years agoRemove api_version when domain is not api.twitter.com.
Mike Verdone [Mon, 4 Apr 2011 19:34:08 +0000 (21:34 +0200)] 
Remove api_version when domain is not api.twitter.com.

13 years agoFix oauth_dance function.
Mike Verdone [Mon, 4 Apr 2011 19:20:43 +0000 (21:20 +0200)] 
Fix oauth_dance function.

13 years agoImprove documentation. twitter-1.6
Mike Verdone [Tue, 29 Mar 2011 20:08:44 +0000 (22:08 +0200)] 
Improve documentation.

13 years agoFixes to make streams work with python3
Mike Verdone [Tue, 29 Mar 2011 19:47:18 +0000 (21:47 +0200)] 
Fixes to make streams work with python3

13 years agoStream example and some fixes for py27. Breaks in py3 probably.
Mike Verdone [Mon, 28 Mar 2011 22:30:10 +0000 (00:30 +0200)] 
Stream example and some fixes for py27. Breaks in py3 probably.

13 years agoAdd TwitterStream for Stream API.
Mike Verdone [Mon, 28 Mar 2011 22:16:31 +0000 (00:16 +0200)] 
Add TwitterStream for Stream API.

13 years agonobody uses pyprompt anyway
Mike Verdone [Sun, 27 Mar 2011 12:18:27 +0000 (14:18 +0200)] 
nobody uses pyprompt anyway

13 years agoMake twitter-log work with py 3.2
Mike Verdone [Sun, 27 Mar 2011 12:12:14 +0000 (14:12 +0200)] 
Make twitter-log work with py 3.2

13 years agoDocumentation.
Mike Verdone [Sun, 27 Mar 2011 12:06:32 +0000 (14:06 +0200)] 
Documentation.

13 years agoCleanup. Remove some Py 2.5 support. No more Py 2.5 support. Sorry.
Mike Verdone [Sun, 27 Mar 2011 11:59:18 +0000 (13:59 +0200)] 
Cleanup. Remove some Py 2.5 support. No more Py 2.5 support. Sorry.

13 years agoRemove agent cruft. Default to api.twitter.com and version 1.
Mike Verdone [Sun, 27 Mar 2011 11:55:02 +0000 (13:55 +0200)] 
Remove agent cruft. Default to api.twitter.com and version 1.

13 years agoTweak and fix the twitter-log command.
Mike Verdone [Fri, 25 Mar 2011 00:28:33 +0000 (01:28 +0100)] 
Tweak and fix the twitter-log command.

13 years agoimport fix for py2
Mike Verdone [Fri, 25 Mar 2011 00:20:39 +0000 (01:20 +0100)] 
import fix for py2

13 years agoFix project name and classifiers. Version bump 1.6.
Mike Verdone [Fri, 25 Mar 2011 00:16:48 +0000 (01:16 +0100)] 
Fix project name and classifiers. Version bump 1.6.

13 years agoMake twitterbot support python 2 and 3.
Mike Verdone [Fri, 25 Mar 2011 00:14:20 +0000 (01:14 +0100)] 
Make twitterbot support python 2 and 3.

13 years agoMake the code python 2 and 3 compatible.
Mike Verdone [Thu, 24 Mar 2011 23:55:19 +0000 (00:55 +0100)] 
Make the code python 2 and 3 compatible.

13 years agoMerge branch 'python3' into python2_and_3
Mike Verdone [Thu, 24 Mar 2011 23:42:06 +0000 (00:42 +0100)] 
Merge branch 'python3' into python2_and_3

13 years agoWait I dont need to authenticate for this. Even easier.
Mike Verdone [Sat, 12 Mar 2011 18:13:49 +0000 (19:13 +0100)] 
Wait I dont need to authenticate for this. Even easier.

13 years agoBy golly the logger works.
Mike Verdone [Sat, 12 Mar 2011 18:03:18 +0000 (19:03 +0100)] 
By golly the logger works.

13 years agoFirst stab at a twitter logger tool/archiver.
Mike Verdone [Sat, 12 Mar 2011 17:35:28 +0000 (18:35 +0100)] 
First stab at a twitter logger tool/archiver.

13 years agoMerge branch 'master' into python3
Mike Verdone [Sat, 12 Mar 2011 17:03:53 +0000 (18:03 +0100)] 
Merge branch 'master' into python3

Conflicts:
twitter/cmdline.py
twitter/util.py

13 years agodocs for pyprompt twitter-1.5.2
Mike Verdone [Sat, 12 Mar 2011 16:57:37 +0000 (17:57 +0100)] 
docs for pyprompt

13 years agoMore stuff in gitignore.
Mike Verdone [Sat, 12 Mar 2011 16:50:44 +0000 (17:50 +0100)] 
More stuff in gitignore.

13 years agoAdd a simple prompt thing to twitter cmdline.
Mike Verdone [Sat, 12 Mar 2011 16:47:58 +0000 (17:47 +0100)] 
Add a simple prompt thing to twitter cmdline.

13 years agoPython3 fixes for ircbot
Mike Verdone [Mon, 7 Mar 2011 22:33:46 +0000 (23:33 +0100)] 
Python3 fixes for ircbot

13 years agoMerge branch 'master' into python3
Mike Verdone [Mon, 7 Mar 2011 22:27:46 +0000 (23:27 +0100)] 
Merge branch 'master' into python3

13 years agoFix some bugs in the bot.
Mike Verdone [Mon, 7 Mar 2011 22:26:16 +0000 (23:26 +0100)] 
Fix some bugs in the bot.

13 years agoUpdate python-irclib download to one that works for python3
Mike Verdone [Mon, 7 Mar 2011 21:56:41 +0000 (22:56 +0100)] 
Update python-irclib download to one that works for python3

13 years agoMerge branch 'master' into py3-2
Mike Verdone [Mon, 7 Mar 2011 21:47:02 +0000 (22:47 +0100)] 
Merge branch 'master' into py3-2

13 years agoWe have gone too long without tests.
Mike Verdone [Mon, 7 Mar 2011 21:45:00 +0000 (22:45 +0100)] 
We have gone too long without tests.

13 years agoRemove another debug line.
Mike Verdone [Sun, 6 Mar 2011 22:58:02 +0000 (23:58 +0100)] 
Remove another debug line.

13 years agoPy3.2 changes for ircbot
Mike Verdone [Sun, 6 Mar 2011 22:49:39 +0000 (23:49 +0100)] 
Py3.2 changes for ircbot

13 years agoEnable the twitterbot since dateutil requirement is now gone.
Mike Verdone [Sun, 6 Mar 2011 22:19:21 +0000 (23:19 +0100)] 
Enable the twitterbot since dateutil requirement is now gone.

13 years agoMerge branch 'master' into py3-2
Mike Verdone [Sun, 6 Mar 2011 22:17:23 +0000 (23:17 +0100)] 
Merge branch 'master' into py3-2

Conflicts:
setup.py
twitter/ircbot.py

13 years agoVersion bump 1.5.2.
Mike Verdone [Sun, 6 Mar 2011 22:14:51 +0000 (23:14 +0100)] 
Version bump 1.5.2.

13 years agoRemove dateutil dependency.
Mike Verdone [Sun, 6 Mar 2011 22:14:29 +0000 (23:14 +0100)] 
Remove dateutil dependency.

13 years agoResume printing all the tweets.
Mike Verdone [Sun, 6 Mar 2011 21:53:58 +0000 (22:53 +0100)] 
Resume printing all the tweets.

13 years agoFinally fixed the tweet repeat bug,
Mike Verdone [Sun, 6 Mar 2011 21:32:06 +0000 (22:32 +0100)] 
Finally fixed the tweet repeat bug,

13 years agoSelectable prefixes for irc bot. For those who hate ascii kittens. Untested.
Mike Verdone [Sun, 6 Mar 2011 12:27:14 +0000 (13:27 +0100)] 
Selectable prefixes for irc bot. For those who hate ascii kittens. Untested.

13 years agoAnother removal of term encoding (py3_only)
Mike Verdone [Wed, 2 Mar 2011 22:23:00 +0000 (23:23 +0100)] 
Another removal of term encoding (py3_only)

13 years agoApparently I don't need to utf8 encode there...
Mike Verdone [Wed, 2 Mar 2011 22:19:44 +0000 (23:19 +0100)] 
Apparently I don't need to utf8 encode there...

13 years agoDon't need term encoding in py3. (py3_only)
Mike Verdone [Wed, 2 Mar 2011 22:12:28 +0000 (23:12 +0100)] 
Don't need term encoding in py3. (py3_only)

13 years agoCorrectly encode arg data.
Mike Verdone [Wed, 2 Mar 2011 22:11:50 +0000 (23:11 +0100)] 
Correctly encode arg data.

13 years agoMerge branch 'master' into py3-2
Mike Verdone [Wed, 2 Mar 2011 22:10:42 +0000 (23:10 +0100)] 
Merge branch 'master' into py3-2

Conflicts:
twitter/api.py

13 years agoMerge bug. oops. twitter-1.5.1
Mike Verdone [Wed, 2 Mar 2011 21:59:42 +0000 (22:59 +0100)] 
Merge bug. oops.

13 years agoVersion bump 1.5.1
Mike Verdone [Wed, 2 Mar 2011 21:56:41 +0000 (22:56 +0100)] 
Version bump 1.5.1

13 years agotwitter3 is Python 3
Mike Verdone [Wed, 2 Mar 2011 21:45:56 +0000 (22:45 +0100)] 
twitter3 is Python 3

13 years agoMerge branch 'master' into py3-2
Mike Verdone [Wed, 2 Mar 2011 21:45:28 +0000 (22:45 +0100)] 
Merge branch 'master' into py3-2

13 years agoOnly python 2.
Mike Verdone [Wed, 2 Mar 2011 21:44:11 +0000 (22:44 +0100)] 
Only python 2.

13 years agoForget being clever. Twitter for Python 3 is henceforth twitter3.
Mike Verdone [Wed, 2 Mar 2011 21:42:51 +0000 (22:42 +0100)] 
Forget being clever. Twitter for Python 3 is henceforth twitter3.

13 years agoMerge branch 'master' into py3-2
Mike Verdone [Wed, 2 Mar 2011 21:40:15 +0000 (22:40 +0100)] 
Merge branch 'master' into py3-2

Conflicts:
twitter/api.py
twitter/oauth.py

13 years agoCleanup requirements for py3.
Mike Verdone [Wed, 2 Mar 2011 21:26:17 +0000 (22:26 +0100)] 
Cleanup requirements for py3.

13 years agoExplicitly utf8 decode strings coming from Twitter.
Mike Verdone [Wed, 2 Mar 2011 21:18:25 +0000 (22:18 +0100)] 
Explicitly utf8 decode strings coming from Twitter.

Conflicts:

twitter/api.py

13 years agoUse base64 library instead of .encode("base64")
Mike Verdone [Wed, 2 Mar 2011 21:16:48 +0000 (22:16 +0100)] 
Use base64 library instead of .encode("base64")

Conflicts:

twitter/oauth.py

13 years agoprintNicely must be very different on py3. (py3_only)
Mike Verdone [Wed, 2 Mar 2011 21:10:49 +0000 (22:10 +0100)] 
printNicely must be very different on py3. (py3_only)

13 years agoExplicitly utf8 decode strings coming from Twitter.
Mike Verdone [Wed, 2 Mar 2011 21:04:57 +0000 (22:04 +0100)] 
Explicitly utf8 decode strings coming from Twitter.

13 years agoUse base64 library instead of .encode("base64")
Mike Verdone [Wed, 2 Mar 2011 21:02:31 +0000 (22:02 +0100)] 
Use base64 library instead of .encode("base64")

13 years agoRan 2to3.
Mike Verdone [Wed, 2 Mar 2011 20:49:41 +0000 (21:49 +0100)] 
Ran 2to3.

13 years agoBe explicit about what twitter package imports from api.
Mike Verdone [Wed, 2 Mar 2011 20:47:00 +0000 (21:47 +0100)] 
Be explicit about what twitter package imports from api.

13 years agoRemove unused import.
Mike Verdone [Wed, 2 Mar 2011 20:44:41 +0000 (21:44 +0100)] 
Remove unused import.

13 years agoVersion bump 1.5. YEEAH. twitter-1.5
Mike Verdone [Thu, 24 Feb 2011 23:23:54 +0000 (00:23 +0100)] 
Version bump 1.5. YEEAH.

13 years agoOh my God Python. We need to talk. Another stab at inheriting from int sanely.
Mike Verdone [Thu, 24 Feb 2011 23:17:33 +0000 (00:17 +0100)] 
Oh my God Python. We need to talk. Another stab at inheriting from int sanely.

13 years agoCleanup help text
Mike Verdone [Thu, 24 Feb 2011 23:05:32 +0000 (00:05 +0100)] 
Cleanup help text

13 years agoSeperate mylist action for my own lists as opposed to anyone elses.
Mike Verdone [Thu, 24 Feb 2011 22:58:37 +0000 (23:58 +0100)] 
Seperate mylist action for my own lists as opposed to anyone elses.

13 years agoMerge git://github.com/chexov/twitter into list_action_merge
Mike Verdone [Thu, 24 Feb 2011 22:33:12 +0000 (23:33 +0100)] 
Merge git://github.com/chexov/twitter into list_action_merge

13 years agoUse closure magic to get over Python's fucked up inheritance of base types.
Mike Verdone [Thu, 24 Feb 2011 22:21:22 +0000 (23:21 +0100)] 
Use closure magic to get over Python's fucked up inheritance of base types.

13 years agoadding list action
Anton P. Linevich [Tue, 9 Nov 2010 03:09:59 +0000 (05:09 +0200)] 
adding list action

13 years agoMerge ../twitter.sixohsix
Anton P. Linevich [Tue, 9 Nov 2010 03:08:50 +0000 (05:08 +0200)] 
Merge ../twitter.sixohsix

13 years agoPython can't subclass bool. WHAT THE F***. This is still broken.
Mike Verdone [Mon, 6 Sep 2010 12:00:38 +0000 (14:00 +0200)] 
Python can't subclass bool. WHAT THE F***. This is still broken.

13 years agoUse a generic wrap_response with dynamic class instead. This is kind of scary but...
Mike Verdone [Mon, 6 Sep 2010 11:49:44 +0000 (13:49 +0200)] 
Use a generic wrap_response with dynamic class instead. This is kind of scary but I think it will work.

13 years agoAlways show the URL during the oauth dance.
Mike Verdone [Wed, 1 Sep 2010 15:47:03 +0000 (17:47 +0200)] 
Always show the URL during the oauth dance.