Minimal LINE Messaging API pusher for Python
Project description
notipy-line
Minimal LINE Messaging API pusher for Python.
Install (after publishing)
pip install notipy-line
Quickstart
from notipy_line import NotiPy
# Option A: set env vars
# NOTIPY_CHANNEL_ACCESS_TOKEN=...
# NOTIPY_USER_ID=...
noti = NotiPy()
# Option B: pass explicitly
# noti = NotiPy(access_token="YOUR_CHANNEL_ACCESS_TOKEN", user_id="LINE_USER_ID")
code, resp = noti.notify_text("✅ Training finished.")
print(code, resp)
Why LINE Notify won't work
LINE Notify has been deprecated. Use LINE Messaging API with a channel access token.
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
notipy-line-0.2.1.tar.gz
(4.2 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 notipy-line-0.2.1.tar.gz.
File metadata
- Download URL: notipy-line-0.2.1.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f6c28113d0ba81893fef8fdf4ef4c373bc519858df8ed84e4ca99632316e565
|
|
| MD5 |
78dbca24d2a4e58b31b771c54d0070a3
|
|
| BLAKE2b-256 |
6086b8dfa3fd6420a5eaa32986dee2d4496c12cff226edbe618c57ae8a27bfcd
|
File details
Details for the file notipy_line-0.2.1-py2.py3-none-any.whl.
File metadata
- Download URL: notipy_line-0.2.1-py2.py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
596510e3a57063c1c0f644ded122ebfa6e463345811d9cf2d770fcbbfe0be447
|
|
| MD5 |
92200ebe6fe6ea1b416bea285817704d
|
|
| BLAKE2b-256 |
c7f693637cf85400c5098e614448aeef624d7949c7ad9d2d0596c8bc6867a42e
|