An open API service indexing awesome lists of open source software.

https://github.com/ethymoney/ctre-products-alert

A simple bot to monitor stock status of CTRE products and send notification when something goes in stock.
https://github.com/ethymoney/ctre-products-alert

Last synced: 11 months ago
JSON representation

A simple bot to monitor stock status of CTRE products and send notification when something goes in stock.

Awesome Lists containing this project

README

          

# ctre-products-alert

A simple bot to monitor stock status of CTRE products and send notification when something goes in stock.

## Setup

1. Clone the repository
2. Install Node.js LTS if you haven't already
3. Install dependencies: `npm i`
4. Set up config file `config.json` in the root directory.
5. Run the bot: `npm start`
6. (Optional) Run with PM2 to keep it running in the background and restart on crashes: `pm2 start main.js --name ctre-products-alert`. Install PM2 globally if you haven't already: `npm install -g pm2`