A Python API for Bitfrog notifications.
Project description
Bitfrog Python API
A Python API for easy push notifications through Bitfrog.
IMPORTANT: Bitfrog has not been released yet, this package will not be useful until it has.
Installation
pip install bitfrog
Usage
import bitfrog
bitfrog.notify("WOW so concise!", "XXXX-XXXX-XXXX-XXXX")
Or if you have many notifications and don't want to repeat the token;
project = bitfrog.Project("XXXX-XXXX-XXXX-XXXX")
project.notify("Hello project!")
# Specify custom channel
channel = project.channel("Test Channel")
channel.notify("Finger lickin' good")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bitfrog-0.0.8.tar.gz
(3.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bitfrog-0.0.8.tar.gz.
File metadata
- Download URL: bitfrog-0.0.8.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5085a6887b41b5fb539fd52a85921b89d6cc324773001b460dc6885345714217
|
|
| MD5 |
d0e7b8223b8eecdf596e2f8447fa6513
|
|
| BLAKE2b-256 |
dc324d10776765a736fe7a262618852e9a92563a86858f1acd4d53be0cd0976b
|
File details
Details for the file bitfrog-0.0.8-py3-none-any.whl.
File metadata
- Download URL: bitfrog-0.0.8-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d8535acf7ddb3c521b4602e0cecce74a4c7a551cae4f3048ae8f6f8648eb6b4
|
|
| MD5 |
51a8efdeb647d562024fdc43b834711b
|
|
| BLAKE2b-256 |
3953e589da3f40e65df828475824539885156102f980a3529b7e0263bc75452c
|