A useful script to get email notifications of new items by one or more artist(s) on Discogs. 📨
If you want to be notified of new items added to Discogs from one or more artists, you can use the list system and enable notifications. 🤔
Unfortunately, you will only receive notifications on "Release" versions and not on "Appearances" and "Unofficial". 😓
This is the goal of this project. 👈
Create and setup a .env
according to the .env.example
file.
Install dependencies with:
npm install
Start the script with a scheduled task:
npm start
There is a devcontainer on that project already configured, feel free to use it.
Create and setup a .env
according to the .env.example
file.
Install dependencies with:
npm install
Start the script:
npm start
You can open a pull request with your new additions.