8000 GitHub - bunnykek/F-Lyrics: A modular lyrics fetcher
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bunnykek/F-Lyrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A modular lyrics fetcher

Topics

Resources

Stars

Watchers

Forks

Languages

0