Skip to content

This app helps you find good deals on different sites.

Notifications You must be signed in to change notification settings

imdonix/watcher

Repository files navigation

Watcher

This application helps you to find "good deals" on different online sites.

Currently supported sites:

  • jofogas.hu
  • ingatlan.com
  • hasznaltauto.hu

How it works

Based on Routine you determine the application will scrape the desired sites and check if a new deal is available by the Routine requirements. After collecting the deals the user gets notified several ways.

Installation

  1. Clone the repository:
git clone https://github.com/imdonix/jofogas-watcher.git
cd jofogas-watcher
npm i
  1. [Optional] Create a new email account with SMTP support.

[!NOTE] I recommend using Zoho, they provide custom domain names and full support for SMTP in their free plan.

  1. [Optional] Check parameters with:
node ./app.js -h
  1. Start the application.
node ./app.js --mail_user <USER> --mail_pass <PASS> --mail_host <HOST> --mail_port <PORT>
  1. Open localhost:port nad the password for the Admin user will be the same as --mail_pass

Preview

In use

About

This app helps you find good deals on different sites.

Topics

Resources

Stars

Watchers

Forks