A basic python script to send a notification via PushBullet when someone starts or stops watching media on your Plex server (this can be configured).
PushBullet Notification for play activity:
Replex - Activity
<User> started playing ... on <Client>
PushBullet Notification for stop activity:
Replex - Activity
<User> stopped ... on <Client>
Edit the config.json
file with your Plex serverIp
and pushbulletAccessToken
.
Run the script on your Plex server (preferred) or another server residing on your network.
Nix: python replexNotifier.py
or run it in the background, python replexNotifier.py &
Windows: Download the Windows executable and double-click to execute.