A Python client for sending encrypted notifications to Android TV Notifier
Project description
atvnotif
A Python client library for sending encrypted notifications to the Android TV Notifier app (com.smrtprjcts.atvnotif).
Installation
pip install atvnotif
Usage
import asyncio
from atvnotif import ATVNotifier
async def main():
# Replace with your TV's IP address and pairing code (remove hyphens or leave them, the library cleans it)
notifier = ATVNotifier("192.168.1.100", "1234-5678-ABCD")
await notifier.async_notify(
message="Someone is at the door!",
title="Doorbell Alert",
duration=10,
position=0, # Top-Right
notif_sound=True
)
if __name__ == "__main__":
asyncio.run(main())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
atvnotif-0.1.1.tar.gz
(7.0 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 atvnotif-0.1.1.tar.gz.
File metadata
- Download URL: atvnotif-0.1.1.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d512e1ec52d2c78d26108a910aa33b07bbe6b35004d23e7a7c9cd75b57d7d4df
|
|
| MD5 |
7d5b09b29bea10a6256c80eb2c8c1b27
|
|
| BLAKE2b-256 |
fcf7cc46270b2824e8686ef5f6fc08e777c19dd57b43c32479382ab9386c5c4a
|
File details
Details for the file atvnotif-0.1.1-py3-none-any.whl.
File metadata
- Download URL: atvnotif-0.1.1-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34c7a3ad6f1cee1c693a5407b09b1502f3b3e098b4b06044df8080e6c06ba873
|
|
| MD5 |
5a8199354d3eb275b2ebf3ef06ff70b2
|
|
| BLAKE2b-256 |
aef15a85cef945464a533a06f6823ea63ba23ae749aac99c30d8a8dc2cc8c3c1
|