SphericalKat / apple-music-scraper

A simple scraper for apple music

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apple music scraper

To get started, follow the steps below

  1. Create a virtual environment
python3 -m venv venv
source ./venv/bin/activate
  1. Install dependencies
pip install -r requirements.txt
  1. Run the scraper
scrapy crawl album -a album=<albumid>

eg: scrapy crawl album -a album=1702773361

About

A simple scraper for apple music


Languages

Language:Python 100.0%