POST HTTP request for completed download

Discussion of Transmission that doesn't fit in the other categories
Post Reply
stevelucky
Posts: 3
Joined: Sun Aug 16, 2009 9:50 pm

POST HTTP request for completed download

Post 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?
rb07
Posts: 1400
Joined: Sun Aug 24, 2008 3:14 am

Re: POST HTTP request for completed download

Post 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...
stevelucky
Posts: 3
Joined: Sun Aug 16, 2009 9:50 pm

Re: POST HTTP request for completed download

Post by stevelucky »

You are my new best friend. I'll read these through and get this thing going. Thanks again!
Post Reply