mirror of
https://github.com/c0de-archive/spotipy.git
synced 2025-07-30 14:00:18 +00:00
Improved README docs
This commit is contained in:
6
examples/simple0.py
Normal file
6
examples/simple0.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import spotipy
|
||||
sp = spotipy.Spotify()
|
||||
|
||||
results = sp.search(q='weezer', limit=20)
|
||||
for i, t in enumerate(results['tracks']['items']):
|
||||
print ' ', i, t['name']
|
Reference in New Issue
Block a user