Convert Deezer links to Spotify links (and vice-versa) for tracks, albums, and artists.
-
Clone the repository:
git clone https://github.com/rayandaod/spoteezer cd spoteezer -
Install
uv(if needed):curl -LsSf https://astral.sh/uv/install.sh | sh -
Install dependencies:
uv sync
-
Set environment variables (add to your shell profile):
export SPOTIFY_CLIENT_ID='[your_spotify_client_id]' export SPOTIFY_CLIENT_SECRET='[your_spotify_client_secret]'
Get credentials from Spotify Developer Dashboard.
Start the server:
just runThen open frontend/index.html in your browser. The server runs on 127.0.0.1:8080.
macOS Shortcut: Install shortcut for quick clipboard conversion. Demo GIF
just test # Run tests
just lint # Lint code
just type # Type check