Skip to content

A simple program written in Python to monitor a web page for changes

Notifications You must be signed in to change notification settings

jksan33/site-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 

Repository files navigation

site-monitor

A simple program written in Python to monitor a web page for changes. Doesn't work with every single website, but with simpler websites it should be fine. We used Weebly to test.

Setup

  • $ pip install beautifulsoup4
  • $ pip install requests
  • $ pip install lxml

Further dependencies (should be installed by default):

  • time
  • difflib

Changes

  • Will Farris: Site headers specify a user agent, could in theory help with the program detecting false changes due to the target site thinking the bot is on a different web browser. Set the site headers to be used by the requests library, this tells requests to use the same user agent every time it refreshes just in case requests changes user agents for some reason, not sure but this will/should prevent that

About

A simple program written in Python to monitor a web page for changes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages