Skip to content

This project compares a static website against a previously fetched website. If it's different it sends a text message.

Notifications You must be signed in to change notification settings

Bryan1010/scrape-compare-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scraping and Twilio Text Notifications

This project Gets the html content of a website, stores it on a text file and next time it runs it compares the html received against the text file previously saved. If it's different,it sends out a text message to a number specified on the .env file.

To get started, change the name of .env-default to .env and set your twilio credentials, phone numbers, and website you would like to scrape.

Scripts to run on your terminal

You must have Node.js installed to use this project

npm install
npm start

About

This project compares a static website against a previously fetched website. If it's different it sends a text message.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published