Search found 7 matches

by Mikey_
Sun Feb 22, 2015 9:28 pm
Forum: General
Topic: SCRIPT: Send iOS push notification when torrent is complete
Replies: 17
Views: 64435

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

interconnect wrote:No luck. I even copied it just to be safe.
No idea then, I am not using boxcar myself, but on their site I can see the reply you are getting is from their api, rejecting your token.
by Mikey_
Sun Feb 22, 2015 9:21 pm
Forum: General
Topic: SCRIPT: Send iOS push notification when torrent is complete
Replies: 17
Views: 64435

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

Tried changing to 0755 no luck. When I run in Terminal I get {"Response":"Not Authorized"}. Should mention I am using Mac OS X. I don't know if it's a good idea to change the permission of the users folders. Is their somewhere else I can put the file? That looks like the reply f...
by Mikey_
Sun Feb 22, 2015 8:49 pm
Forum: General
Topic: SCRIPT: Send iOS push notification when torrent is complete
Replies: 17
Views: 64435

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

Hi, I've been unable to get this script to work with Boxcar. I've saved the file TransmissionBoxcar.sh and have added my Boxcar token as directed. I have saved the file in Documents/Scripts/TransmissionBoxcar.sh. I have set Transmission to call the script and have also made the script executable by...
by Mikey_
Thu Feb 12, 2015 5:24 pm
Forum: General
Topic: SCRIPT: Send iOS push notification when torrent is complete
Replies: 17
Views: 64435

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

Updated my earlier post with instructions that should pretty much be copy&paste to get it to work.
by Mikey_
Mon Feb 09, 2015 8:44 pm
Forum: General
Topic: SCRIPT: Send iOS push notification when torrent is complete
Replies: 17
Views: 64435

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 Mikey_
Sat Feb 07, 2015 5:22 pm
Forum: General
Topic: SCRIPT: Send iOS push notification when torrent is complete
Replies: 17
Views: 64435

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.
by Mikey_
Sat Jan 31, 2015 6:15 pm
Forum: General
Topic: SCRIPT: Send iOS push notification when torrent is complete
Replies: 17
Views: 64435

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 ...