Skip to content

Instantly share code, notes, and snippets.

@Azelphur
Azelphur / gist:4751932
Created February 11, 2013 01:49
How to use pushbullet with utorrent
from pushbullet import PushBullet
import sys
"""
Simple torrent download completed notification, should work with anything that can execute a command, like utorrent.
In utorrent set your command to execute as...
C:\Python\Python3.exe "user@gmail.com" "password" "%N"
"""
p = PushBullet()