]> jfr.im git - z_archive/twitter.git/log
z_archive/twitter.git
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.

13 years agomake cmd client understand any language
Anton P. Linevich [Mon, 16 Aug 2010 21:14:27 +0000 (05:14 +0800)] 
make cmd client understand any language

13 years agomake cmd client understand any language
Anton P. Linevich [Mon, 16 Aug 2010 21:14:27 +0000 (00:14 +0300)] 
make cmd client understand any language

13 years agoVersion bump 1.4.2 twitter-1.4.2
Mike Verdone [Wed, 28 Jul 2010 12:30:23 +0000 (14:30 +0200)] 
Version bump 1.4.2

13 years agoMake search work again
Mike Verdone [Wed, 28 Jul 2010 12:24:31 +0000 (14:24 +0200)] 
Make search work again

13 years agoAdd a new response class that handles json dicts.
Mike Verdone [Wed, 28 Jul 2010 12:20:20 +0000 (14:20 +0200)] 
Add a new response class that handles json dicts.

13 years agoStupid bug when inheriting from str. twitter-1.4.1
Mike Verdone [Tue, 13 Jul 2010 20:54:45 +0000 (22:54 +0200)] 
Stupid bug when inheriting from str.

13 years agoResponse objects now behave more like lists and strs. twitter-1.4
Mike Verdone [Sun, 11 Jul 2010 22:09:21 +0000 (00:09 +0200)] 
Response objects now behave more like lists and strs.

13 years agoFix bug in config parser for IRC bot.
Mike Verdone [Sun, 11 Jul 2010 21:49:14 +0000 (23:49 +0200)] 
Fix bug in config parser for IRC bot.

13 years agoIRC Bot now functions with OAuth.
Mike Verdone [Sun, 11 Jul 2010 21:32:45 +0000 (23:32 +0200)] 
IRC Bot now functions with OAuth.

13 years agoIf the cmdline tool cannot create a browser window it will print the URL to the screen.
Mike Verdone [Sun, 11 Jul 2010 21:15:15 +0000 (23:15 +0200)] 
If the cmdline tool cannot create a browser window it will print the URL to the screen.

13 years agoExpose headers by creating a TwitterResponse class with headers attribute.
Mike Verdone [Sun, 11 Jul 2010 21:07:29 +0000 (23:07 +0200)] 
Expose headers by creating a TwitterResponse class with headers attribute.

13 years agoRemove spaces at eol.
Mike Verdone [Sun, 11 Jul 2010 20:40:42 +0000 (22:40 +0200)] 
Remove spaces at eol.

13 years agoBasic auth is dead. Agent header is dead. R.I.P.
Mike Verdone [Sun, 11 Jul 2010 20:38:51 +0000 (22:38 +0200)] 
Basic auth is dead. Agent header is dead. R.I.P.

13 years agoUpdate patch to work with new code.
Mike Verdone [Sun, 11 Jul 2010 20:19:54 +0000 (22:19 +0200)] 
Update patch to work with new code.

13 years agoMerge branch 'master' into jordan_patch
Mike Verdone [Sat, 10 Jul 2010 17:36:52 +0000 (19:36 +0200)] 
Merge branch 'master' into jordan_patch

Conflicts:
twitter/api.py

13 years agoApply patch by Jordan Gottlieb to handle URLs with ids in the middle.
Mike Verdone [Sat, 10 Jul 2010 17:23:09 +0000 (19:23 +0200)] 
Apply patch by Jordan Gottlieb to handle URLs with ids in the middle.

14 years agoMissing comma
Mike Verdone [Sat, 5 Jun 2010 20:39:24 +0000 (22:39 +0200)] 
Missing comma

14 years agouse expanduser to support paths with ~
Mike Verdone [Mon, 31 May 2010 10:33:34 +0000 (12:33 +0200)] 
use expanduser to support paths with ~

14 years agoChange domain to api.twitter.com for cmdline tool
Mike Verdone [Mon, 31 May 2010 10:25:57 +0000 (12:25 +0200)] 
Change domain to api.twitter.com for cmdline tool

14 years agoRevert domain to twitter.com to fix a regression. see issue 13
Mike Verdone [Mon, 24 May 2010 11:26:47 +0000 (13:26 +0200)] 
Revert domain to twitter.com to fix a regression. see issue 13

14 years agotwitterbot oauth in progress
Mike Verdone [Sat, 15 May 2010 21:50:25 +0000 (23:50 +0200)] 
twitterbot oauth in progress

14 years agoUpdate .gitignore
Mike Verdone [Sat, 15 May 2010 21:33:31 +0000 (23:33 +0200)] 
Update .gitignore

14 years agoAdd OAuth to IRC bot.
Mike Verdone [Sat, 15 May 2010 21:29:36 +0000 (23:29 +0200)] 
Add OAuth to IRC bot.

14 years agoVersion bump, but work still in progress.
Mike Verdone [Sat, 15 May 2010 20:59:28 +0000 (22:59 +0200)] 
Version bump, but work still in progress.

14 years agoRefactor: move oauth dance and token file r/w to other modules.
Mike Verdone [Sat, 15 May 2010 20:58:55 +0000 (22:58 +0200)] 
Refactor: move oauth dance and token file r/w to other modules.

14 years agoChange docs to show how to use OAuth
Mike Verdone [Sat, 15 May 2010 20:41:09 +0000 (22:41 +0200)] 
Change docs to show how to use OAuth

14 years ago - Attempt to determine terminal encoding when tweeting.
Mike Verdone [Tue, 11 May 2010 15:34:02 +0000 (17:34 +0200)] 
 - Attempt to determine terminal encoding when tweeting.

14 years agoupdate AUTHORS twitter-1.3.1
Mike Verdone [Mon, 10 May 2010 22:13:21 +0000 (00:13 +0200)] 
update AUTHORS

14 years ago - More documentation.
Mike Verdone [Mon, 10 May 2010 22:05:31 +0000 (00:05 +0200)] 
 - More documentation.
 - RV api_version to '' because domains like search.twitter.com don't handle it.
 - Make cmdline explicitly use api_version='1'.

14 years ago - Documentation updates.
Mike Verdone [Mon, 10 May 2010 21:53:04 +0000 (23:53 +0200)] 
 - Documentation updates.
 - Default domain changed to 'api.twitter.com'
 - Added api_version param, default '1'. Changes URIs so they start with '1/'.

14 years agotypo
Mike Verdone [Mon, 10 May 2010 20:05:42 +0000 (22:05 +0200)] 
typo

14 years agoMerge http://github.com/clarkbw/twitter into patches
Mike Verdone [Mon, 10 May 2010 19:54:55 +0000 (21:54 +0200)] 
Merge http://github.com/clarkbw/twitter into patches

14 years agoFix setup.py
Mike Verdone [Mon, 10 May 2010 11:53:25 +0000 (13:53 +0200)] 
Fix setup.py

14 years agoAdd people to AUTHORS file.
Mike Verdone [Sat, 8 May 2010 20:23:31 +0000 (22:23 +0200)] 
Add people to AUTHORS file.

14 years agoHere comes 1.3! twitter-1.3
Mike Verdone [Sat, 8 May 2010 20:06:36 +0000 (22:06 +0200)] 
Here comes 1.3!

14 years agooauth credential filename argument
Mike Verdone [Sat, 8 May 2010 20:02:39 +0000 (22:02 +0200)] 
oauth credential filename argument

14 years agoRemove references to email and password.
Mike Verdone [Sat, 8 May 2010 19:56:48 +0000 (21:56 +0200)] 
Remove references to email and password.

14 years agoAdd authorize action to command line tool to use do the oauth dance.
Mike Verdone [Sat, 8 May 2010 19:39:02 +0000 (21:39 +0200)] 
Add authorize action to command line tool to use do the oauth dance.

14 years agoDont require simplejson if python is 2.6 or better
Mike Verdone [Sat, 8 May 2010 18:20:24 +0000 (20:20 +0200)] 
Dont require simplejson if python is 2.6 or better

14 years agoAdd a NoAuth object
Mike Verdone [Sat, 8 May 2010 16:34:59 +0000 (18:34 +0200)] 
Add a NoAuth object

14 years agoAdd guts of OAuth support
Mark Hammond [Thu, 29 Apr 2010 04:40:59 +0000 (14:40 +1000)] 
Add guts of OAuth support

14 years agoUpdate irclib docs. Update bot version.
Mike [Sun, 18 Apr 2010 16:18:47 +0000 (18:18 +0200)] 
Update irclib docs. Update bot version.

14 years agoAdded the ability in IRC bot to operate on multiple channels. Config file now accepts...
Prashant Pawar [Sun, 18 Apr 2010 15:34:50 +0000 (11:34 -0400)] 
Added the ability in IRC bot to operate on multiple channels. Config file now accepts multiple channel names seperated by a comma.

Signed-off-by: Prashant Pawar <redacted>
14 years agoadd retweet to this globals file even though its supposed to be generated
Bryan [Tue, 23 Mar 2010 22:39:29 +0000 (15:39 -0700)] 
add retweet to this globals file even though its supposed to be generated

14 years agocreate a TwitterHTTPError so we can catch errors and examine the error code to see...
Bryan [Fri, 19 Mar 2010 01:40:05 +0000 (18:40 -0700)] 
create a TwitterHTTPError so we can catch errors and examine the error code to see if there is something better we could do

14 years agoMerge git://github.com/muitocomplicado/twitter into new_patches
Mike Verdone [Sun, 7 Mar 2010 22:53:10 +0000 (23:53 +0100)] 
Merge git://github.com/muitocomplicado/twitter into new_patches

14 years agofix the encoded_kwargs bug
Bryan Clark [Wed, 24 Feb 2010 21:01:38 +0000 (13:01 -0800)] 
fix the encoded_kwargs bug

14 years agoReplaced "b64encode" with "encodestring" for python 2.3 support.
David Bittencourt [Mon, 31 Aug 2009 10:19:58 +0000 (07:19 -0300)] 
Replaced "b64encode" with "encodestring" for python 2.3 support.

14 years agobugfix
Mike Verdone [Wed, 15 Jul 2009 00:32:47 +0000 (18:32 -0600)] 
bugfix

14 years agoAdded HTTPS support
Mike Verdone [Wed, 15 Jul 2009 00:25:15 +0000 (18:25 -0600)] 
Added HTTPS support

14 years agobump version (though we're not done yet)
Mike Verdone [Wed, 15 Jul 2009 00:05:32 +0000 (18:05 -0600)] 
bump version (though we're not done yet)

14 years agofix tabs. i hate tabs
Mike Verdone [Wed, 15 Jul 2009 00:03:54 +0000 (18:03 -0600)] 
fix tabs. i hate tabs

14 years agoMerge commit 'origin/cmdline_search' into cmdline_search_merge
Mike Verdone [Tue, 14 Jul 2009 23:52:22 +0000 (17:52 -0600)] 
Merge commit 'origin/cmdline_search' into cmdline_search_merge

15 years agoBugfix release 1.2.1 twitter-1.2.1
Mike Verdone [Sun, 26 Apr 2009 18:31:57 +0000 (12:31 -0600)] 
Bugfix release 1.2.1

15 years agoDeal with the encoding problem
Wes Devauld [Mon, 20 Apr 2009 23:51:22 +0000 (17:51 -0600)] 
Deal with the encoding problem

15 years agoFirst stab at searching
Wes Devauld [Mon, 20 Apr 2009 23:13:18 +0000 (17:13 -0600)] 
First stab at searching

15 years agoAnother Line
Wes Devauld [Mon, 20 Apr 2009 21:54:18 +0000 (15:54 -0600)] 
Another Line

15 years agoFix merge
Wes Devauld [Mon, 20 Apr 2009 21:50:13 +0000 (15:50 -0600)] 
Fix merge

15 years agotypo fix (patch by Craig Olford)
Mike Verdone [Thu, 16 Apr 2009 15:39:06 +0000 (09:39 -0600)] 
typo fix (patch by Craig Olford)

15 years agoBump version to 1.2 twitter-1.2
Mike Verdone [Thu, 2 Apr 2009 03:11:19 +0000 (21:11 -0600)] 
Bump version to 1.2

15 years agoMore misc cleanup
Mike Verdone [Thu, 2 Apr 2009 03:04:53 +0000 (21:04 -0600)] 
More misc cleanup

15 years agoMisc cleanup
Mike Verdone [Thu, 2 Apr 2009 03:00:53 +0000 (21:00 -0600)] 
Misc cleanup

15 years agoFix to print date/time in local timezone. I hate timezones. So much.
Mike Verdone [Thu, 2 Apr 2009 02:51:24 +0000 (20:51 -0600)] 
Fix to print date/time in local timezone. I hate timezones. So much.

15 years agoMerge branch 'shell' into master_shell_merge
Mike Verdone [Thu, 2 Apr 2009 02:22:51 +0000 (20:22 -0600)] 
Merge branch 'shell' into master_shell_merge

Conflicts:
twitter/ansi.py
twitter/cmdline.py

15 years agoMerge branch 'select_num_statuses'
Mike Verdone [Thu, 2 Apr 2009 02:13:49 +0000 (20:13 -0600)] 
Merge branch 'select_num_statuses'

Conflicts:
AUTHORS

15 years agoFixed another place where file redirecting might die
Mike Verdone [Thu, 2 Apr 2009 02:07:21 +0000 (20:07 -0600)] 
Fixed another place where file redirecting might die

15 years agoAdd Rainer to AUTHORS file
Mike Verdone [Thu, 2 Apr 2009 02:02:26 +0000 (20:02 -0600)] 
Add Rainer to AUTHORS file

15 years agoBugfix for ansi mode and non-tty output. (Patch by Rainer M. Schmid)
Mike Verdone [Thu, 2 Apr 2009 01:54:12 +0000 (19:54 -0600)] 
Bugfix for ansi mode and non-tty output. (Patch by Rainer M. Schmid)

Bugfix: when redirecting to a file (not a tty) neuter the ansi formatter
functionality to prevent garbage in file. Also, use utf-8 encoding when
redirecting to file.

15 years agoAdd Anders to AUTHORS file
Mike Verdone [Thu, 2 Apr 2009 01:47:58 +0000 (19:47 -0600)] 
Add Anders to AUTHORS file

15 years agoAdd -l, -t, -d flags. (Patch by Anders Sandvig)
Mike Verdone [Thu, 2 Apr 2009 01:43:24 +0000 (19:43 -0600)] 
Add -l, -t, -d flags. (Patch by Anders Sandvig)

Add -l option to select number of tweets to print. Add -t and -d
options to print time and date, respectively. Patch by Anders
Sandvig.

15 years agoMerge commit 'origin/api_update_docfix'
Mike Verdone [Mon, 23 Mar 2009 19:55:33 +0000 (13:55 -0600)] 
Merge commit 'origin/api_update_docfix'

15 years agoFriendship is the new notification
Wes Devauld [Sun, 22 Mar 2009 17:37:06 +0000 (11:37 -0600)] 
Friendship is the new notification

15 years agoBump version to 1.1.1 twitter-1.1.1
Mike Verdone [Thu, 12 Mar 2009 02:14:44 +0000 (20:14 -0600)] 
Bump version to 1.1.1

15 years agoFix for urls with 'id' (thanks Andrew McCollum)
Mike Verdone [Thu, 12 Mar 2009 02:11:14 +0000 (20:11 -0600)] 
Fix for urls with 'id' (thanks Andrew McCollum)

15 years agoFixed docstring generated by the dev update script.
Hatem Nassrat [Mon, 9 Mar 2009 00:44:48 +0000 (21:44 -0300)] 
Fixed docstring generated by the dev update script.

15 years agoChanges to allow [action] to come before [options].
Hatem Nassrat [Sun, 8 Mar 2009 21:52:59 +0000 (18:52 -0300)] 
Changes to allow [action] to come before [options].

Description:

    This change makes the Usage line of the
    twitter command line tool a true statement.

15 years agoLadies and gents, the Twitter Shell cmdline action.
Hatem Nassrat [Fri, 6 Mar 2009 13:12:31 +0000 (09:12 -0400)] 
Ladies and gents, the Twitter Shell cmdline action.

15 years agoAdding named colours.
Hatem Nassrat [Fri, 6 Mar 2009 13:15:49 +0000 (09:15 -0400)] 
Adding named colours.

Also:
    Added docstrings and module doc for ansi.
    Fixed a "bug" with the RESET command.

15 years agoRearrange some names in AUTHORS file twitter-1.1
Mike Verdone [Sat, 7 Mar 2009 04:25:06 +0000 (21:25 -0700)] 
Rearrange some names in AUTHORS file

15 years agoBump version 1.1
Mike Verdone [Sat, 7 Mar 2009 04:20:06 +0000 (21:20 -0700)] 
Bump version 1.1

15 years agoRemoved extra line
Mike Verdone [Sat, 7 Mar 2009 04:19:15 +0000 (21:19 -0700)] 
Removed extra line

15 years agoComment change-- who works in an office? :P
Mike Verdone [Sat, 7 Mar 2009 04:13:53 +0000 (21:13 -0700)] 
Comment change-- who works in an office? :P

15 years agoMerge branch 'master' of git://github.com/sixohsix/twitter
Wes Devauld [Tue, 3 Mar 2009 21:41:43 +0000 (14:41 -0700)] 
Merge branch 'master' of git://github.com/sixohsix/twitter

15 years agoForce POST, when required and blank kwargs.
Hatem Nassrat [Mon, 2 Mar 2009 12:47:20 +0000 (08:47 -0400)] 
Force POST, when required and blank kwargs.

    urllib2 will issue a post only if req.has_data() == True
    therefore when (not kwargs) == True, argData should be ""

15 years agoRe-organized and updated api_updater script.
Hatem Nassrat [Mon, 2 Mar 2009 12:45:00 +0000 (08:45 -0400)] 
Re-organized and updated api_updater script.

    Moved Script out of the python egg
    Renamed _POST_ACTIONS to POST_ACTIONS