2024-06-19 23:40:27 +02:00
2024-06-29 23:22:04 +02:00
2024-06-29 23:22:04 +02:00
2024-06-19 23:40:27 +02:00
2024-06-29 23:22:36 +02:00
2024-06-19 23:40:27 +02:00
2024-06-19 23:40:27 +02:00
2024-06-29 23:22:04 +02:00
2024-06-29 23:37:06 +02:00
2024-06-19 23:40:27 +02:00

Make This Playlist

Make This Playlist is a web application that allows anyone to add music to a Spotify playlist without needing a Spotify account. The application is accessible at the following address: Make This Playlist.

Features

  • Creation of a playlist
  • Search for music on Spotify
  • Add music to a playlist

Installation

Docker

You can install the application via Docker. To do this, execute the following command:

docker run -d \
  -p 80:3000 \
  -e client_id=SPOTIFY_CLIENT_ID \
  -e client_secret=SPOTIFY_CLIENT_SECRET \
  -e n8n_webhook=N8N_WEBHOOK_URL \
  gitea.louisgallet.fr/lgallet/makethisplaylist:latest

Manually

To install the application manually, clone the repository and install the dependencies:

git clone https://gitea.louisgallet.fr/lgallet/makethisplaylist.git
cd makethisplaylist
pip install -r requirements.txt
python main.py
Description
No description provided
Readme 87 KiB
Languages
HTML 53.9%
Python 42.8%
Dockerfile 3.3%