Jun 18, 2009

Pytwitter 0.4

New release of pytwitter is out. Since 0.3 the source has moved my own svn repository to a mercurial repository on code.google.com and the license has changed to the Apache License 2.0.
Changes since 0.3:
- The default format is no longer xml - json is the new default.
- The format is now specified when a method is called (e.g. pytwitter.help_short(format='xml').
- A format='' can be used for methods which require no format (such as oauth_request_token()).
- Added some more examples to main(), including a search API example (read the source ;))
- Add more methods to post_only_methods. Fix typo account_endsession -> account_end_session

Download from the Python Package Index or Google Code.