Saturday, June 28, 2008

Truveo REST Style Python API

I have developed REST style python API for Truveo video search engine(Truveo). This is similar to their ruby version, but not the exact clone.

This is very preliminary stage to release to public, but it shall be useful for code review and testing.

I converted Truveo response (XML) into python data structure using a recipe published in ActiveState by Wai Yip Tung. Thanks Wai Yip Tung.

You need an API key from Truveo to use this program. Otherwise simply use the key they have published with their examples. It worked for me.

Please let me know your comments and any issues in the code.

Feel free to use this code for any purpose, there no license term is been associated.

I have put the code in google code. truveo-python-api