https://github.com/sphericalkat/apple-music-scraper
A simple scraper for apple music
https://github.com/sphericalkat/apple-music-scraper
Last synced: about 1 year ago
JSON representation
A simple scraper for apple music
- Host: GitHub
- URL: https://github.com/sphericalkat/apple-music-scraper
- Owner: SphericalKat
- Created: 2023-08-25T22:42:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T11:43:24.000Z (over 2 years ago)
- Last Synced: 2024-05-01T18:27:55.170Z (about 2 years ago)
- Language: Python
- Size: 5.86 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apple music scraper
To get started, follow the steps below
1. Create a virtual environment
```bash
python3 -m venv venv
source ./venv/bin/activate
```
2. Install dependencies
```bash
pip install -r requirements.txt
```
3. Run the scraper
```bash
scrapy crawl album -a album=
```
eg: `scrapy crawl album -a album=1702773361`