- Updated to use python3-discogs-client==2.8 library - Added environment variable configuration for API keys - Implemented proper error handling for missing API credentials - Added .env file for configuration management - Enhanced search functionality with graceful fallbacks - Updated README with Discogs API setup instructions
7 lines
254 B
Bash
7 lines
254 B
Bash
# Discogs API Configuration
|
|
# Get your API key from: https://www.discogs.com/settings/developers
|
|
# DISCOGS_USER_TOKEN=your_discogs_user_token_here
|
|
|
|
# Optional: Discogs User Agent (recommended)
|
|
# DISCOGS_USER_AGENT=YourAppName/1.0 +http://yourwebsite.com
|