[Request] Prowl plugin? (iPhone)

Suggest, post, or discuss plugins for Deluge
Post Reply
Aon
New User
New User
Posts: 3
Joined: Sun Aug 15, 2010 11:11 pm

[Request] Prowl plugin? (iPhone)

Post by Aon »

Hello,

Has anyone made, or is working on a prowl plugin to send notifications to an iPhone?
An example being, when something has finished downloading.

http://prowl.weks.net/
http://itunes.apple.com/us/app/prowl-gr ... 76271?mt=8

Thanks for your time.
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: [Request] Prowl plugin? (iPhone)

Post by Cas »

Kabal
New User
New User
Posts: 2
Joined: Thu Jul 01, 2010 3:06 am

Re: [Request] Prowl plugin? (iPhone)

Post by Kabal »

It is what he wanted, except the method that I was using to send notifications to Growl meant that they wouldn't get forwarded to iPhone (Prowl)

I have fixed it now though.

https://github.com/downloads/Kabal/Delu ... -py2.6.egg


Image

Enjoy!
CSB
Leecher
Leecher
Posts: 66
Joined: Fri Dec 03, 2010 1:55 am

Re: [Request] Prowl plugin? (iPhone)

Post by CSB »

I had success using the following script with the execute plugin.

Code: Select all

#!/bin/bash
curl -k https://prowl.weks.net/publicapi/add -F apikey=XXXXXXXXXXX -F application="Deluge" -F description="$2 Download Completed" &
Using the Growl plugin means that if your computer running Growl needs to be on to foreword the notification... not that I was able get that working before I gave up. Using the script will probably be preferable if you are running Growl and the Deluge daemon on different computers, especially if growl is not even available for the system the Deluge daemon is running on (i.e. not osx or windows)
Post Reply