Skip to content

Python script to check if a list of URLs has changed since the last time it was ran. Sends a SMS via Twilio if page contents have changed.

License

Notifications You must be signed in to change notification settings

GrissomE/urlUpdated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

urlUpdated

Python script to check if a list of URLs has changed since the last time it was ran. Sends SMS via Twilio if page contents have changed.

If you want to check them on an interval, use Windows Task Scheduler, or for MacOS/Linux check out Cron

URL Config

Add URLs to check via the urls.json file to begin tracking them

{
  "google.com",
  "github.com"
}

SMS Config

Go to Twilio and create an account (Promocode: TWILIOQUEST may give some free credits, not an affiliate link). Then fill in the SID and API Key, and To/From config options in a .env file. "To" will be the destination phone number, and "From" will be the number registered on Twilio.

  From =  "+11234567890"
  SID  = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
  Key  = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
  To   = "+11234567890"

About

Python script to check if a list of URLs has changed since the last time it was ran. Sends a SMS via Twilio if page contents have changed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages