Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 507 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 507 Bytes

Playlist Thy Maker

Description

This is simply some scripts that I use to create Spotify playlists.

Fun with Spotify API: make me a playlist.ipynb

Credentials

You will need to create a credentials.yaml file that contains the following:

spotify_username:
spotify_client_id:
spotify_client_secret:

Dependencies