Skip to content

Commit 8e44993

Browse files
committed
Added simple readme
1 parent 921b4c8 commit 8e44993

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
A simpe Python client for http://pushover.net/ API
2+
3+
Install:
4+
5+
pip install https://github.com/pix0r/pushover.git
6+
7+
Usage:
8+
9+
from pushover import pushover
10+
11+
pushover(message="Hello, world",
12+
token="My App Token",
13+
user="My User Key",
14+
)
15+
16+
Or using command line utility:
17+
18+
pushover "Hello, world" --token="My App Token" --user="My User Key"
19+

0 commit comments

Comments
 (0)