Hey all,

I've been working on a Twitter library for Python in my spare time.
It's the first library I've written in full for the language, so I'm
sure there's quite a few things that could be improved, but I think
I've gotten it to a point where I can throw it out there and see if
anyone's interested in it.

It covers the REST API and the Search API at the moment. I'm working
on OAuth support, and I haven't had time to look at the Streaming API
stuff in-depth yet, but I'd like to hit that at some point as well.
There's still a lot of other small pieces that I want to add which
would respect the API more, but it's usable in its current state.

There's an experimental build for Python 3k as well, if anyone's into
that sort of thing. I wouldn't consider either of these fully
production-ready yet, but feel free to use it however you want. I'd
really appreciate it if anyone could check it out at the following
link and critique it.

http://github.com/ryanmcgrath/tango/tree/master

It's somewhat inspired by Python-Twitter (http://code.google.com/p/
python-twitter/), but I'd say it's a little more simplistic overall.
It requires people to be familiar with the Twitter API itself, so you
can't just blindly use the library. I consider this a good thing, but
some others might not. ;)

Reply via email to