Skip to content

Python program to clone Discover Weekly and/or ThrowbackThursday Spotify playlists to a personal, dated playlist.

License

Notifications You must be signed in to change notification settings

hrast01/clone-playlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clone-playlist

Python program to clone Discover Weekly and/or ThrowbackThursday Spotify playlists to a personal, dated playlist.

Prerequisites

Written against Python 2.7, it leans HEAVILY on the work of Spotipy module to handle account authorization and abstraction of the Spotify API. The description of the OAuth process to get a token resides in the Spotipy documentation. The application needs to be registered via My Applications to obtain the needed information for the config file (commented file is included in the repo).

Running

Run from cron with the following syntax:

00 7 * * mon /opt/clone-playlist/clone-playlist.py dw

00 9 * * thu /opt/clone-playlist/clone-playlist.py tbt

About

Python program to clone Discover Weekly and/or ThrowbackThursday Spotify playlists to a personal, dated playlist.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages