-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Recipes
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/
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)
Get a notification when your IP changes
Paste: http://ipinfo.io/ip
Click [Watch]
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]
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]