开发者

libspotify Python package for calling Spotify api?

I'm building an app that needs to get artwork information out of the libspotify Spotify API.

I'm building the app in python on google appengine. Does anyone know of a package that will enable m开发者_开发问答e to access the libspotify API? The official page is C and I've googled around to try and find a suitable wrapper but can't seem to find one.

Thanks Tom


There is also https://github.com/mopidy/pyspotify which is actively used in some applications and up to date.


I don't think you will be able to call libspotify at all. From the docs:

"The Python interpreter runs in a secured "sandbox" environment to isolate your application for service and security. The interpreter can run any Python code, including Python modules you include with your application, as well as the Python standard library. The interpreter cannot load Python modules with C code; it is a "pure" Python environment."


Check Spotimeta

http://pypi.python.org/pypi/spotimeta/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜