Compare commits

..

No commits in common. "c6252a2b0140f46338ccf8f66656ae09cab09a1d" and "5c2f955aef8539c125039583bcb7d36cd4cec00d" have entirely different histories.

1 changed files with 0 additions and 16 deletions

View File

@ -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()