Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 438 Bytes

File metadata and controls

14 lines (9 loc) · 438 Bytes

webpage_checker

Script that checks for changed webpages bij testing for a substring in the body part of the html.

Written in Python3, uses beautifulsoup. To install beautifulsoup use the command: pip install beautifulsoup4

add the url of the sites you want to test to the config file, 1 url per line. The script will add a teststring to the line at first test of the url.

Regards, Marco

ps. I am not a programmer, but a sysadmin.