Skip to content

check whether a website is updated and send notification mail

Notifications You must be signed in to change notification settings

ypcat/checkupdate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dependency:
    apache2 with mod_wsgi
    python2.5+(?)
    web.py
    sendmail(?)

add to httpd.conf for apache2:

    WSGIScriptAlias /ypcat /home/ypcat/cgi-bin/index.py
    AddType text/html .py
    <Directory "/home/ypcat/cgi-bin">
        Order deny,allow
        Allow from all
    </Directory>

the following variables need to be changed:
* dbpath, logpath, and sender in checkupdate.py
* path in notify.py

About

check whether a website is updated and send notification mail

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages