This is a simple project that extracts lyrics from artists using Scrapy.
First install the dependencies
python -m venv .virtualenv
source ./.virtualenv/bin/activate
pip install -r requirements.txt
Create an output folder
mkdir output
And now execute the crawler. So far we have one for musica.com
scrapy crawl musica.com -O output/dy.json -a artist_id=4324
For this example we grab the artist id from the platform manually.