A production-ready tool to fetch artists from YouTube Music and Spotify, look up their MusicBrainz IDs, and optionally add them to Lidarr for monitoring.
- Fetch artists from Spotify (liked tracks, followed artists, playlists) and YouTube Music (liked videos, subscriptions, playlists)
- Look up MusicBrainz IDs for all artists
- Track play counts and export to CSV
- Import to Lidarr with optional filtering by play count
- Beautiful CLI with progress bars and clear feedback
# Install
pip install artistscraper
# Create config file
artistscraper print-config > config.json
# Edit config.json with your API credentials
# Run
artistscraper scrape📚 Full Documentation - Installation, configuration, usage guides
🛠️ Developer Wiki - Contributing, development setup, architecture
MIT License - see the LICENSE file for details.