Skip to main content

LINE Notifier

Project description

LINE Notifier

PyPI Downloads

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


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

LineNoti-1.0.0-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page