1. sudo git clone git://github.com/randomchars/pushbullet.py.git pushbullet
2. python /home/pi/install.py install
3. create a new file /var/lib/transmission-daemon/notify.py
4. edit /var/lib/transmission-daemon/transfinish.sh (File created in this post) and add below lines.
/var/lib/transmission-daemon/notify.py "${TR_TORRENT_NAME}"
NOTE: To find the device ID use below python script
2. python /home/pi/install.py install
3. create a new file /var/lib/transmission-daemon/notify.py
4. edit /var/lib/transmission-daemon/transfinish.sh (File created in this post) and add below lines.
/var/lib/transmission-daemon/notify.py "${TR_TORRENT_NAME}"
NOTE: To find the device ID use below python script
from pushbullet import PushBullet pb = PushBullet(api_key) print(pb.devices)
No comments:
Post a Comment