Page 1 of 1

POST HTTP request for completed download

Posted: Sun Oct 21, 2012 10:30 pm
by stevelucky
I'm using the notification app Pushover and am trying to figure out how to integrate it with Transmission. I need Transmission to be able to POST an HTTP request when a torrent has completed downloading (https://pushover.net/api). Any ideas how to accomplish that?

Re: POST HTTP request for completed download

Posted: Sun Oct 21, 2012 10:37 pm
by rb07
Yes, use a script and set it up on Transmission's "call script when torrent is completed".

Somebody posted a nice one liner script in this forum, basically it used curl (or perhaps it was wget) to POST a message, let me see if I can find it...

Re: POST HTTP request for completed download

Posted: Sun Oct 21, 2012 10:47 pm
by rb07

Re: POST HTTP request for completed download

Posted: Sun Oct 21, 2012 11:12 pm
by stevelucky
You are my new best friend. I'll read these through and get this thing going. Thanks again!