Search found 3 matches

by twalsh77
Mon Feb 09, 2015 8:50 pm
Forum: General
Topic: SCRIPT: Send iOS push notification when torrent is complete
Replies: 17
Views: 64722

Re: SCRIPT: Send iOS push notification when torrent is compl

The instructions in my earlier post should hold all the answers. Code tags was a bit off, so instructions was inside the code itself. If it isn't clear enough, please let me know what part you are stuck at, so I can try and improve that step. If you could walk me through the whole way that would be...
by twalsh77
Mon Feb 09, 2015 6:49 pm
Forum: General
Topic: SCRIPT: Send iOS push notification when torrent is complete
Replies: 17
Views: 64722

Re: SCRIPT: Send iOS push notification when torrent is compl

The instructions in my earlier post should hold all the answers. Code tags was a bit off, so instructions was inside the code itself. If it isn't clear enough, please let me know what part you are stuck at, so I can try and improve that step. If you could walk me through the whole way that would be...
by twalsh77
Wed Feb 04, 2015 3:47 pm
Forum: General
Topic: SCRIPT: Send iOS push notification when torrent is complete
Replies: 17
Views: 64722

Re: SCRIPT: Send iOS push notification when torrent is compl

I modified krautboy's script to work with pushover instead of boxcar. #!/bin/sh # # Send push notification to pushover device when a torrent is complete. # # Requires: Pushover account, Transmission torrent client and curl. # # Get the API token from the pushover website. # Change text output below...