Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 539 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 539 Bytes

musixmatch-pq

Musixmatch lyrics Scraping

Installation

$ pip nstall git+https://github.com/andriyor/musixmatch-pq.git#egg=musixmatch-pq

Requirements

  • Python 3.6 and up

Installation from source

$ git clone https://github.com/andriyor/musixmatch-pq.git
$ cd musixmatch-pq
$ python setup.py install

Usage

import musixmatch_pq

lyrics = musixmatch_pq.fetch_lyrics('Pink Floyd', 'Time')
print(lyrics)

Development

Install Pipenv

$ pipenv install --dev -e .