资 源 简 介
30boxes.com is a nice web calendaring app with a simple web API. thirtyboxes.py provides a Python module binding to this web API and a command-line interface (the latter mostly useful for feeling out the API).
Project status
When I initially wrote this module (back in 2006) the coverage of the 30boxes API was complete. Since then I have not followed changes to the API, so I suspect that its coverage is not complete. I am not currently working on extending thirtyboxes.py, however I am happy to receive patches.
The module inteface
Start the python interactive shell in your terminal and import thirtyboxes.
$ python>>> import thirtyboxes
First you need an API key to use any of the API.
>>> tb = thirtyboxes.ThirtyBoxes()
This will open your browser to a page on 30boxes.com that will give you your API key (once you login