From cfc52fa1e16715b3a7e1541c1b3ab143d8dda775 Mon Sep 17 00:00:00 2001 From: phm3 Date: Sat, 1 Jul 2017 21:35:24 +0000 Subject: [PATCH] init --- README.md | 8 ++++++++ torrent_flow | 1 + 2 files changed, 9 insertions(+) create mode 100644 README.md create mode 100644 torrent_flow diff --git a/README.md b/README.md new file mode 100644 index 0000000..3766806 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# node-RED-torrent + +It requires to install `node-red-contrib-transmission`. The "refresh" interval in email_check node, should be set accordingly to the needs. + +The email check is bound to a gmail account, on specific folder, in the flow it is folder `magnet`. + +This specific flow, works upon magnet link. + diff --git a/torrent_flow b/torrent_flow new file mode 100644 index 0000000..ace7d74 --- /dev/null +++ b/torrent_flow @@ -0,0 +1 @@ +[{"id":"1b37bb01.e4c845","type":"debug","z":"fdb05808.024fa8","name":"","active":true,"console":"true","complete":"true","x":859,"y":604.9999771118164,"wires":[]},{"id":"d71561b0.c0af7","type":"BT add","z":"fdb05808.024fa8","server":"9d1f18a2.ea9138","name":"","location":"","x":650,"y":219,"wires":[["1b37bb01.e4c845"]]},{"id":"344fa73b.3dfaf8","type":"e-mail in","z":"fdb05808.024fa8","name":"email check","protocol":"IMAP","server":"imap.gmail.com","useSSL":true,"port":"993","box":"magnet","disposition":"Delete","repeat":"3000","x":225,"y":151,"wires":[["1524e54e.142393","d71561b0.c0af7"]]},{"id":"1524e54e.142393","type":"debug","z":"fdb05808.024fa8","name":"","active":false,"console":"false","complete":"false","x":315,"y":353.00000762939453,"wires":[]},{"id":"9d1f18a2.ea9138","type":"transmission-server","z":"","name":"transmission","host":"localhost","port":"9091"}] \ No newline at end of file