Skip to content

Instantly share code, notes, and snippets.

@makispl
Created March 7, 2020 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makispl/9dcccb028b1e1f215dcbb9aa0403921b to your computer and use it in GitHub Desktop.
Save makispl/9dcccb028b1e1f215dcbb9aa0403921b to your computer and use it in GitHub Desktop.
def create_playlist(sp, username, playlist_name, playlist_description):
playlists = sp.user_playlist_create(username, playlist_name, description = playlist_description)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment