Recipes - dgtlmoon/changedetection.io GitHub Wiki
Requires Chrome webdriver enabled
Twitter is a little difficult but not impossible, their layout doesnt suite machine parsing so it will break the layout in the text conversion, but otherwise works. Twitter could change this at anytime
Example for: https://twitter.com/blue3devs
Grab only the tweets CSS/JSON/XPATH Filter
= article
Filter out the whitespace around the likes/shares counter Ignore Text
= /\s{3,}\d/
Weather Conditions
Get a notification when weather conditions change.
Paste:
- guesses location: https://wttr.in/?format=%C
- airport code 'muc' for Munich: https://wttr.in/muc?format=%C
- city name for Minot, North Dakota. USA: https://wttr.in/minot?format=%C
Click [Watch]
(See https://github.com/chubin/wttr.in for in-depth options)
IP Watch
Get a notification when your IP changes
Paste: http://ipinfo.io/ip
Click [Watch]
Twitch channel goes online/offline
Get a notification when a Twitch channel goes online or offline
Paste:
- Watch channel name IGN: https://decapi.me/twitch/uptime?channel=IGN
Click [Watch]
Youtube new video notification
Get a notification when a youtube user drops a new video
Paste:
- Watch user name NPR: https://decapi.me/youtube/latest_video?user=NPR
Click [Watch]