public
Description: Python bindings for the tweetworks.com web service API
Homepage: http://www.ultranurd.net/code/tweetworks/
Clone URL: git://github.com/UltraNurd/tweetworks-py.git
name age message
file .gitignore Fri Jun 19 16:22:30 -0700 2009 Ignore compiled .pyc files [UltraNurd]
file LICENSE.txt Sat Jul 04 14:44:31 -0700 2009 repackaging for deployment [UltraNurd]
file README.txt Mon Jul 06 18:45:31 -0700 2009 renamed github repository, fixed link [UltraNurd]
file setup.py Mon Jul 06 19:00:45 -0700 2009 added long description for PyPI read from READM... [UltraNurd]
directory tweetworks/ Mon Jul 06 18:27:35 -0700 2009 corrected a copy-pasted document string [UltraNurd]
README.txt
What is Tweetworks?

Tweetworks is a service and site built on top of Twitter allowing a user to create public
and private groups (instead of hashtags) with threaded conversations and more.

Tweetworks is a Boston-area startup created by @MikeLangford, and it features a
full-fledged web service API.

Using the Package

You'll need a Tweetworks account in order to use this API.

1. Obtain a Tweetworks API key: http://www.tweetworks.com/pages/contact
2. Read the Tweetworks API documentation: http://www.tweetworks.com/pages/api
3. import tweetworks
4. api = tweetworks.API("your api key")
5. Start calling API methods!

That's the gist of it! For more detailed information, see the
documentation: http://www.ultranurd.net/code/tweetworks/doc.html

Contributing

The easiest way to help out is to interact with the project on github:
http://github.com/UltraNurd/tweetworks-py/. If you're not able to dive
into the code yourself, contact me with suggestions, bugfixes, and the like.