-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREADME
More file actions
31 lines (18 loc) · 658 Bytes
/
Copy pathREADME
File metadata and controls
31 lines (18 loc) · 658 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Pronto is a bridge between freedesktop notifications on your computer and push notifications on you iOS device.
Pronto uses the Prowl API to allow you to recieve your desktop notifications on your iOS device.
Pronto requires an API key for prowl which you can obtain from their website.
Known Issues
------------
Rhythmbox sends two notifications sometimes causing two api calls.
Getting Started
---------------
To start the daemon:
python Pronto.py start
To stop the daemon:
python Pronto.py stop
To restart the daemon:
python Pronto.py restart
Credits
-------
Pronto uses the Prowl API.
The daemon functionality is from the notifylog project.