Skip to content

Small program to download a web page, see if a string appears in it and send email if it does

License

Notifications You must be signed in to change notification settings

jgrahamc/webwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webwatch

Small program to download a web page, see if a string appears in it and send email if it does.

Usage

Grab https://www.cloudflare.com/ and see if it contains "Breaking News" and send email if it does.

webwatch -url=https://www.cloudflare.com/ -warn="Breaking News" -from=alice@example.com -to=bert@example.com

-url: URL to get

-warn: string to search in the page

-from: From address for the email

-to: List of comma-separated addresses to send mail to

-smtp: The SMTP server to use

About

Small program to download a web page, see if a string appears in it and send email if it does

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •