From: David ‘Bombe’ Roden Date: Fri, 11 Jan 2013 06:21:58 +0000 (+0100) Subject: Add example for Pirate Bay episode watcher. X-Git-Tag: 0.1~33 X-Git-Url: https://git.pterodactylus.net/?p=rhynodge.git;a=commitdiff_plain;h=1524ae0e3aaae979f3334f7eda3434e570e7a7c8 Add example for Pirate Bay episode watcher. --- diff --git a/src/main/resources/chains/thepiratebay-episode-example.json b/src/main/resources/chains/thepiratebay-episode-example.json new file mode 100644 index 0000000..50a5c08 --- /dev/null +++ b/src/main/resources/chains/thepiratebay-episode-example.json @@ -0,0 +1,36 @@ +{ + "enabled": false, + "name": "Pirate Bay Episode Reaction", + + "watcher": + { + "class": "PirateBayEpisodeWatcher", + "parameters": [ + { + "name": "searchTerms", + "value": "Some Funny Stuff" + } + ] + }, + + "action": + { + "class": "EmailAction", + "parameters": [ + { + "name": "smtpHostname", + "value": "smtp" + }, + { + "name": "sender", + "value": "rhynodge@rhynodge.net" + }, + { + "name": "recipient", + "value": "recipient@recipient.de" + } + ] + }, + + "updateInterval": 3600 +}