This is a small Node.js application that allows you to track Wholesaler Closeouts for a selected car and send notification to Telegram chat
Check .env.example
-
URL - Find direct closeouts URL for necessary year/make/model with https://www.rockauto.com
-
TELEGRAM_TOKEN - Create a bot with @BotFather
-
TELEGRAM_CHATID - Create a private/public chat and invite your created bot into it
-
TIMEOUT - Refresh rate in milliseconds (Recommended more that once per 5 mins)
Runs on any server with Node.js support with
node parse.js
OR
npm run start
Simply deploy with Railway