KirianCaumes / Discogs-Notification-On-New-Items

A useful script to get email notification of new items by an artist on Discogs. πŸ“¨ Built with #NodeJs and #MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discogs Notification On New Items

GitHub License GitHub Repo stars Support this project

A useful script to get email notifications of new items by one or more artist(s) on Discogs. πŸ“¨

Example

Why this project?

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. πŸ‘ˆ

How to deploy in production

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

How to contribute/develop

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.

About

A useful script to get email notification of new items by an artist on Discogs. πŸ“¨ Built with #NodeJs and #MongoDB

License:MIT License


Languages

Language:JavaScript 83.0%Language:HTML 11.7%Language:Dockerfile 4.6%Language:Shell 0.8%