Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 552 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 552 Bytes

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