Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.06 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.06 KB

alertme

Script to monitor for changes in websites and send an email and/or tweet and/or text when one is detected

requires requests (python -m pip install requests) requires twilio (python -m pip install twilio)

uses python 2 (cry about it - if it really means that much to you someone fork it and add parentheses to the print statements)

note:it was made to work universally so of course it will not work on every site and will freak out on some(IE sites that change what content is displayed frequently/constantly)but at the advantage of being able to be used on a variety of sites / pages. Personally used it on bronze56k and DSM E-Shop before but it works on alot of different ones.


NEW: TWEET MODULE CAN ALSO SEND A TWEET ONCE A CHANGE IS DETECTED



NEW: SMS MODULE CAN ALSO SEND A TEXT ONCE A CHANGE IS DETECTED