Musixmatch lyrics Scraping
$ pip nstall git+https://github.com/andriyor/musixmatch-pq.git#egg=musixmatch-pq
- Python 3.6 and up
$ git clone https://github.com/andriyor/musixmatch-pq.git
$ cd musixmatch-pq
$ python setup.py install
import musixmatch_pq
lyrics = musixmatch_pq.fetch_lyrics('Pink Floyd', 'Time')
print(lyrics)
Install Pipenv
$ pipenv install --dev -e .