Skip to main content

A python library for manipulating line notify api

Project description

pyline-notify

A python library for manipulating line notify api

Install

pip install pyline-notify

QuickStart

First, get line notify token from https://notify-bot.line.me

import line_notify
client = line_notify.LineNotify(token=YOUR_ACCESS_TOKEN)
client.notify('hello')  # send message
client.notify(imgs='./docs/image/london.jpg')  # path of image

You can send PIL.Image.Image

from PIL import Image
pil_img = Image.open('./docs/image/london.jpg')
client.notify(imgs=pil_img)

If the argument of LineNotify's token is None, get access token from environment variable LINENOTIFY_TOKEN.

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

pyline-notify-0.0.6.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

pyline_notify-0.0.6-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

File details

Details for the file pyline-notify-0.0.6.tar.gz.

File metadata

  • Download URL: pyline-notify-0.0.6.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pyline-notify-0.0.6.tar.gz
Algorithm Hash digest
SHA256 7d1edd7e586521bac6b612bb2eb010ea9710d3f1415016199f353e840512ad9c
MD5 b4f013feb8bab4a191e7d15dfba6d833
BLAKE2b-256 8bc3fe7d42e4a6efcb1d0e35396bed4036a9fc41a8b1992547504cbf517f3e9e

See more details on using hashes here.

File details

Details for the file pyline_notify-0.0.6-py3-none-any.whl.

File metadata

  • Download URL: pyline_notify-0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 4.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pyline_notify-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 8f96b6b020922412726a0e97f16742eb5fbf5974e7c7e91cbd41b67d7f06ce9e
MD5 b2b3178484b5861f967502e3c15f581a
BLAKE2b-256 ed14723ebb24c379cca36a9fe520981822e374552f7e4f097f5cef4fa90bb733

See more details on using hashes here.

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