A command-line tool for searching Discogs and checking WXYC library status.
- Create a virtual environment:
python -m venv .venv
source .venv/bin/activate # On Windows: venv\Scripts\activate- Install the package:
pip install -e .- Create a
.envfile in the project root with your Discogs API credentials:
DISCOGS_KEY=your_key_here
DISCOGS_SECRET=your_secret_here
AWS_REGION=us-east-1
AWS_CLIENT_ID=cognito_client_id_here
Run the tool:
wxyc-discogsControls:
n: Next pageb: Previous pages: New searchw: Wxyc Library ViewqorESC: Quit