A simple Python module for Pushover.net
Example
See example.py for full example:
from coinshot import Coinshot, CoinshotException coinshot_object = Coinshot(application_key[, user_key]) coinshot_object.push(message[, title, user_key, device, url, url_title, priority, timestamp])
shoot
If all you’re looking for is an app to send pushover notifications through (not a library for doing it programmatically, look at bin/shoot.
Usage
Usage: shoot [options] message
Options:
-h, --help show this help message and exit
-a APP_KEY, --application-key=APP_KEY
Application key provided by pushover.net
-u USER_KEY, --user-key=USER_KEY
User key provided by pushover.net
-t TITLE, --title=TITLE
Notification Title
Notes
user_key is required either during object initialization or when calling push. If a user_key is provided for both, the one passed to push takes precedent.
url_title can be passed without url, but will be ignored
To Do
See todo.md
What’s the deal with the name?
The name coinshot is derived from a class of characters from Brandon Sanderson’s Mistborn book series. Coinshot Allomancers “burn” steel to Push nearby metals.
Release files for coinshot 3.2.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| coinshot-3.2.2.tar.gz | 5.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| coinshot-3.2.2-py2-none-any.whl | Python 2 | none | any | Details |
Total release size:10.5 kB
Release files / coinshot-3.2.2.tar.gz
| Download URL | coinshot-3.2.2.tar.gz |
|---|---|
| Size | 5.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b79822c3c0a3c522c40612d7b6e31e64db559ca5a65e034a9ebb533de7c91db8
|
|
BLAKE2b-256 checksum How to use checksums |
a1530b21477791fd80cbc84228e329371b2ca137d63a305afb3be32c3ac5b864
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.1
|
Release files / coinshot-3.2.2-py2-none-any.whl
| Download URL | coinshot-3.2.2-py2-none-any.whl |
|---|---|
| Size | 5.0 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
5cfc4f7c1ca95c0a6bb9861d41d5a61576473a4e890226641f59470f9a5e36f8
|
|
BLAKE2b-256 checksum How to use checksums |
9c81c60094b6f17bf2d7ae9ac04c673a1141adc26429f03968d921d6d889bb84
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.1
|