POST HTTP request for completed download
-
- Posts: 3
- Joined: Sun Aug 16, 2009 9:50 pm
POST HTTP request for completed download
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
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...
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...
-
- Posts: 3
- Joined: Sun Aug 16, 2009 9:50 pm
Re: POST HTTP request for completed download
You are my new best friend. I'll read these through and get this thing going. Thanks again!