Skip to content

itwasonlyabug/spotify-api-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Goal

The goal of the tool is ot help me sort my Liked Songs into playlists based on moods, melodies and etc.

Known Issues

  • Commandline arguments do not work correctly yet (you will get an error)

Usage

  1. Create a file called 'secrets.py'.

      spotify_ready_token = 'reallylongstringwithlotsofstuff'
      userid = 'yourusername'
  2. Add your Spotify userid and token to the secrets.py.

  3. [optional] Edit create_playlist.py and change the for loop to change the parameters.

  4. Run python3 create_playlist.py --help.

About

Repo to hold some quality-of-life utils.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages