LINE Notifier
Project description
LINE Notifier
Get notifications from LINE Notify's official account after connecting with your preferred web services. This package helps you use LINE notifier more easily. You must have a LINE account.
Install
Easy to install from PyPI.
$ pip install LineNoti
Get started
Before use the package, get a token from https://notify-bot.line.me/.
import LineNoti as ln
sender = ln.notifier(token=__YOUR_TOKEN_VALUE__)
sender.notify("Hello world!")
# check your LINE app!
In version 1.1.0, we add a decorator "deco"! Use the decorator as:
@ln.deco
def test(msg):
print(msg)
return msg
test("Hello world!")
# check your LINE app!
If you want to custom messages, than:
sender.set_msg(START_NOTIFICATION_MSG, END_NOTIFICATION_MSG)
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file LineNoti-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: LineNoti-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35f16c33957b41968e1f631bf65fa72f53ba805812e9af21e36d42724cdd972d |
|
MD5 | b5b9011da61ca275ef00fb65b43dae4c |
|
BLAKE2b-256 | 46d351c86c4f155da4c40688db44c217b12f1f7da28d58a3066ef4b80f3757fb |