Oikotie Guard
Keeps track of Oikotie listings with a specific search terms. Sends a mail notification when new listings found.
Usage
- Install node@4
cp config.json.sample config.json
- Modify
config.json
to include your gmail address and proper API URL for Oikotie search. Oikotie search API can be most easily found by searching on Oikotie with Chrome network inspector open, and filtering with "api". npm install
- EMAIL_PW="your-gmail-password"
npm start
. Please note that app-specific passwords may need to be used if 2 factor auth is enabled for the account.
Motivation
Implemented because Oikotie guards do not support free text search.