Skip to content

Kasmetski/wpcm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wpcm

WebPage Change Monitor

Simple tool to monitor many webpages for a change. Written in Go. You can configure it from the config.json

{
    "timeInterval" : 33, //Time interval in minutes
    "cookie" : "", //Set custom cookie
    "urls" : [ //Array of URLs to monitor
        "https://example.com"
    ]
}

Releases

No releases published

Packages

No packages published

Languages