Quick Start¶
Get up and running with Artist Scraper in minutes.
Installation¶
Install via pip (recommended):
Or with pipx for isolated installation:
Initial Setup¶
-
Create a configuration file:
-
Edit the configuration file with your API credentials:
-
Set up your API credentials:
- Spotify Configuration - Get Spotify API credentials
- YouTube Music Configuration - Set up YouTube Data API v3
- MusicBrainz Configuration - Configure user agent
- Lidarr Configuration (Optional) - Connect to Lidarr
First Run¶
Once configured, run your first scrape:
This will:
- Fetch artists from Spotify and YouTube Music
- Look up MusicBrainz IDs for all artists
- Export results to
artists.csv - Log skipped artists to
skipped_artists.log
What's Next?¶
- Learn about all scrape command options
- Understand the output files
- Set up Lidarr integration
- Check troubleshooting if you encounter issues