Skip to content

btuckerc/spotify-dj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spotify-dj

Description

Run this on your favorite playlist for suggestions on song order based on BPM, key, and danceability. Still in development

Documentation

Functionality based off of Spotipy module. Spotipy's full documentation is online at Spotipy Documentation.

Dependencies

  • Requests - this app requires the requests package to be installed
  • Spotipy - spotipy requires the requests package to be installed

Setup

To use the program, be sure to set the following environment variables:

  • SPOTIFY_CLIENT_ID
  • SPOTIFY_CLIENT_SECRET
  • SPOTIFY_REDIRECT_URI
  • SPOTIFY_USERNAME (optional)
  • USER_TOKEN (optional)

In addition, be sure to install the requirements for running this script

  • pip install -r requirements.txt

About

From a user's playlist or track library suggest song order based on energy, bpm, and key

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages