Nov 8, 2008

Updated pytwitter to 0.2. The only change is to str() parameters before urlencoding so non-ascii characters get sent properly.

Update: I am an idiot. Added eval() to str() to convert the resulting string back to a dict so urlencode would work. I don't like using eval() though. I'll fix it later. In the meantime 0.2.2 is up.

3 comments:

djnilek said...

hi Niall

I'm really interested in using this pytwitter module however documentation appart from the docs provided for the api are somewhat limited most of the stuff i'm using keeps returning errors and i don't know what syntax to follow to make the actions that require GETs to work... any help or direction would be greatly appreciated.

gumbah said...

Looks like they changed some things in the API that might cause this...

Take a look here:
http://groups.google.com/group/twitter-development-talk/browse_thread/thread/53676793d72930c4/b313ecc0ba9ba95f?lnk=raot

Niall said...

Should be fixed in pytwitter 0.3. See http://b.evil.ie/2009/05/ive-been-really-slack-about-updating.html

Post a Comment