Pycogs is a Python script that fetches releases from Discogs for a specified artist. You can choose which release types to retrieve, including Albums, Singles & EPs, and other release categories.
- requests
pip install requests- rich requests
pip install rich requests- Python 3.12.11
https://www.python.org/downloads/
- Discogs Developer Token / Personal Access Token
https://www.discogs.com/settings/developers
- Install Python 3.14.
- Open CMD and Run The Install Command Given in Requirements to Install The requests Lib.
- Generate a Discogs Personal Access Token.
- Run the Script and Specify the Artist/Band/Group and Desired Release Type(s).
Pycogs Makes Use Of the Discogs API, So a Valid PAT (Personal Access Token) is REQUIRED For Auth and API Access.