Skip to content

drewbwarren/spotify_development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

Spotify Development

Use this repo for projects using Spotify's API throught the Python package Spotipy.

The following three environment veriables must be set:

export SPOTIPY_CLIENT_ID='your-spotify-client-id'
export SPOTIPY_CLIENT_SECRET='your-spotify-client-secret'
export SPOTIPY_REDIRECT_URI='your-app-redirect-url'

The first two can be found on the Spotify developer dashboard. The last one can be a broken link as long as the application won't be used commercially. Use http://localhost/.

About

A repo for projects using Spotify's API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages