Skip to content

rayandaod/spoteezer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spoteezer

Convert Deezer links to Spotify links (and vice-versa) for tracks, albums, and artists.

Online demo | Demo GIF

Installation

  1. Clone the repository:

    git clone https://github.com/rayandaod/spoteezer
    cd spoteezer
  2. Install uv (if needed):

    curl -LsSf https://astral.sh/uv/install.sh | sh
  3. Install dependencies:

    uv sync
  4. 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.

Usage

Start the server:

just run

Then 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

Development

just test    # Run tests
just lint    # Lint code
just type    # Type check

About

Deezer-Spotify utilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors