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.
- Host: GitHub
- URL: https://github.com/ethymoney/ctre-products-alert
- Owner: EthyMoney
- License: mit
- Created: 2025-05-13T14:11:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-13T14:11:40.000Z (about 1 year ago)
- Last Synced: 2025-06-03T10:32:10.778Z (about 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`