Skip to content

hajin-park/spotify-translator

Repository files navigation

Spotify Translator

A simple OpenAI Whisper and Spotify-DL wrapper that translates and transcribes lyrics of Spotify songs.

Installation

To install:

pip3 install spotify-translator

For Spotify ClientID:

export SPOTIPY_CLIENT_ID=your-spotify-client-id
export SPOTIPY_CLIENT_SECRET=your-spotify-client-secret

To run:

spotify_translator --url LINKHERE -d

-d is optional, its just for downloading files.

Usage

Optional Arguments