Scrapper notifier

This simple program monitorizes a web page for changes and send a message if page has changed within a css selector.

Done with Puppeteer as scrapping tool capable of handling dynamic web rendering.

Environment

Some Environment variables are required. Create a .env file containing these environment variables:

Build and launch

You can just use npm ci && npm start if you want to run it locally. Otherwise a docker file has been included.

To build the image run:

docker build . -t scrapper-notifier

To run the image once built:

docker run scrapper-notifier