Skip to content

WXYC/discogs_integration_poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WXYC Discogs Integration

A command-line tool for searching Discogs and checking WXYC library status.

Installation

  1. Create a virtual environment:
python -m venv .venv
source .venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install the package:
pip install -e .
  1. Create a .env file 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

Usage

Run the tool:

wxyc-discogs

Controls:

  • n: Next page
  • b: Previous page
  • s: New search
  • w: Wxyc Library View
  • q or ESC: Quit

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages