Skip to content

japaniot/homebridge-website-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-website-check

Homebridge plugin for monitoring website changes.

Usage

"accessories": [
  {
    "accessory": "WebsiteCheck",
    "name": "NintendoRingFit",
    "url": "https://store.nintendo.co.jp/category/STORELIMITEDGOODS/HAC_Q_AL3PA.html",
    "selector": ".item-cart-and-wish-button-area",
    "ignoreText": "大変混雑している",
    "interval": 300000
  }
]
  • url: The URL to monitor.
  • interval: Check interval in ms.
  • selector: Optional, CSS selector used for filtering content.
  • ignoreText: Optional, Array or String, do nothing if the page contains the text.

License

CC BY-NC-SA 4.0

About

Homebridge plugin for monitoring website changes.

Resources

Stars

Watchers

Forks

Packages

No packages published