Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 879 Bytes

File metadata and controls

30 lines (20 loc) · 879 Bytes

Mergify

GitHub license Python version

Merge spotify playlists easily and automatically. Mergify will look for updates on your playlists and automatically update your Merged Playlist.

Dev Setup

Clone the repo using git clone. Create a .env file inside the mergify and spotify folders.

Inside mergify/.env:

SECRET_KEY="<insert the Django secret key>"

Inside spotify/.env:

SPOTIFY_CLIENT_ID="<client ID created at https://developer.spotify.com/dashboard/>"
SPOTIFY_CLIENT_SECRET="<client secret created at the link above>"

The Django-Q cluster has to be run separetely using:

python manage.py qcluster