F-Lyrics icon indicating copy to clipboard operation
F-Lyrics copied to clipboard

A modular lyrics fetcher

F-Lyrics

A Modular Lyrics Fetcher

Supported services

  • Apple Music
  • Spotify
  • Tidal
  • Deezer
  • Jiosaavn

Other services module can be added or made if required

Installation

  • git clone https://github.com/bunnykek/F-Lyrics
  • cd F-Lyrics
  • pip install -r requirements.txt
  • Open the config.json file and fill the tokens.

How to use

Terminal

py flyrics.py URL

py flyrics.py https://open.spotify.com/track/5jbDih9bLGmI8ycUKkN5XA

API usage

from flyrics import Flyrics
lyric = Flyrics()
lyricJson = lyric.fetch("https://open.spotify.com/track/5jbDih9bLGmI8ycUKkN5XA")
print(lyricJson)

Response Json ex:

[
  {
    'synced': " ",
    'plain': " "
  },
  {
    'synced': " ",
    'plain': " "
  }
]

WindowsTerminal_59swFyULxo

  • I will not be responsible for how you use F-Lyrics