Compare commits
No commits in common. "c6252a2b0140f46338ccf8f66656ae09cab09a1d" and "5c2f955aef8539c125039583bcb7d36cd4cec00d" have entirely different histories.
c6252a2b01
...
5c2f955aef
|
@ -1,16 +0,0 @@
|
|||
import spotipy
|
||||
from pprint import pprint
|
||||
|
||||
|
||||
def main():
|
||||
spotify = spotipy.Spotify(auth_manager=spotipy.SpotifyOAuth())
|
||||
me = spotify.me()
|
||||
pprint(me)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue