Skip to content
 
 

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Playlist Generator

A simple Python application to create custom Spotify playlists using the Spotify Web API, based on seed tracks.

This is the source code for the "Create Spotify Playlists with Python" video on The Sound of AI YouTube channel.

Check out the video at: https://www.youtube.com/watch?v=3vvvjdmBoyc&list=PL-wATfeyAMNrTEgZyfF66TwejA0MRX7x1&index=2

Install

Install the necessary Python packages by running:

$ pip install -r requirements.txt

Run

Export the environment variables:

$ export SPOTIFY_AUTHORIZATION_TOKEN=value_grabbed_from_spotify

$ export SPOTIFY_USER_ID=value_grabbed_from_spotify

Run the entry-point script and follow the console instructions:

$ python createplaylist.py

About

A script to create custom Spotify playlists using the Spotify API, based on seed tracks.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages