Skip to content

WebMo is a Python script that monitors the website and email you when the difference is found

Notifications You must be signed in to change notification settings

elishaterada/WebMo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebMo

Version 0.25

WebMo is a Python script that monitors the website notify you via email when any difference is found.

Setup

  1. Add your Gmail account information and recipients (separated by a single space) in settings.cfg

  2. Run the program with full website URL path and monitor frequency in seconds

Notice

  • This program is tested on Python 2.7.2
  • You need BeautifulSoup installed in your Python environment, use easy_install
  • This program will use your Gmail account to send email so your computer doesn't need to be setup to send email.
  • This program simply compares the length of old and new content so this does not work for websites that return different length of content every time (e.g. http://google.com/).

About

WebMo is a Python script that monitors the website and email you when the difference is found

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages