Simple project written in Python [Flask] for Spotify playlists export/import.
Instruction:
- Create Spotify App for API access [https://developer.spotify.com/].
- In redirect URI you need addres that ends with
/callback
- In redirect URI you need addres that ends with
- Configure Spotify App parameters in
'transfer_fy-service/configs/params'
- Run this project:
- In Docker container:
docker-compose up -d
- You can configure it in
docker-compose.yml
- You can configure it in
- Without contenerization:
python3 app.py
- You need to install:
python3, python3-pip
and pip install:flask, requests, wheel, uwsgi
- You need to install:
- In Docker container:
- By default the port for accessing Transfer_Fy webpage is 8888, but you can change it in
docker-compose.yml