Skip to content

Instantly share code, notes, and snippets.

@bulljit
Created January 23, 2011 00:16
Show Gist options
  • Save bulljit/791650 to your computer and use it in GitHub Desktop.
Save bulljit/791650 to your computer and use it in GitHub Desktop.
Transmission-Daemon Script: Notify Iphone of completed torrent via Prowl
#!/bin/sh
curl -k https://prowl.weks.net/publicapi/add -F apikey=[replace with your growl API key] -F priority=-1 -F application="Transmission" -F description="$TR_TORRENT_NAME completed on $TR_TIME_LOCALTIME"
# /bin/curl -k -F apikey=[your Prowl API key here] -F application=Transmission -F event="Download Complete" -F description="$TR_TORRENT_NAME completed on $TR_TIME_LOCALTIME" https://api.prowlapp.com/publicapi/add
@bulljit
Copy link
Author

bulljit commented Jan 23, 2011

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment