Skip to content
/ checker Public

This tool will check the content of the target webpage and provide notification if the content is changed

Notifications You must be signed in to change notification settings

0denko/checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

checker

This tool will check the content of the target webpage and provide notification if the content is changed

For the tool to work make sure to have the "checker.json" file in the following format:

[
    {"url": "https://web-page1.com", "div_class": "main-content", "slack_webhook_url": "https://hooks.slack.com/services/enter_your_slack_web_hook"},
    {"url": "https://web-page2.com", "div_class": "main-content", "slack_webhook_url": "https://hooks.slack.com/services/enter_your_slack_web_hook"},
    {"url": "https://web-page3.com", "div_class": "main-content", "slack_webhook_url": "https://hooks.slack.com/services/enter_your_slack_web_hook"}
]

About

This tool will check the content of the target webpage and provide notification if the content is changed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages