Skip to content

ig3io/sputnik-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sputnik

Spotify Search API wrapper. Under development.

Build Status

How it works

Right now it only abstracts the connection and a few more things, but in the end you have to work with JSON objects.

import sputnik

search = sputnik.search("nine inch nails broken")
print search.['info']['num_results']
>> 119
for track in search['tracks']:
    print track['name'] + ' - ' + track['album']['name']
>> Wish - Broken
>> Gave Up - Broken
>> ...

Copyright

Released under the terms of the MIT License.

About

Spotify Search API Python wrapper

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages