blob: 5a0dffe748f9c0f72f5fd77d235a76ab163a193b (
plain)
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
|
Python-pushover documentation
=============================
.. include:: ../README.rst
:end-line: -7
API documentation
-----------------
.. automodule:: pushover
:members:
:undoc-members:
:show-inheritance:
Command line
-------------
The module can also be called from the command line for basic message sending.
The minimum invocation is:
.. code-block:: bash
python pushover.py --token <app-token> --client <client-id> "Hello!"
|