Zune API Library for Python

Posted by kerry on Gooder Code See other posts from Gooder Code or by kerry
Published on Sun, 19 Sep 2010 06:07:39 +0000 Indexed on 2010/12/06 16:59 UTC
Read the original article Hit count: 325

Filed under:

I am about to start working on a Python project for work. So I thought it was probably time to learn Python! This weekend I took on this task. I decided to rewrite a library I wrote in PHP to access Zune user data. I got it finished and decided to put it on github.

Usage is simple:

zuneCard = ZuneCard('ZuneTagHere')

You can access things like user information, favorites, recent plays, and most played. The properties are documented (pydoc, under /docs). So for the 1 other person that may use this, you’re welcome!

© Gooder Code or respective owner

Related posts about Developer Tools