Skip to main content

linenotipy is a python client library for line notify api on Python 3.6 and above.

Project description

linenotipy

PyPI License: MIT codecov Build Status PyPI - Python Version Downloads

linenotipy is a python client library for line notify api on Python 3.6 and above.

Installation

$ pip install linenotipy

Usage

basic

from linenotipy import Line

line = Line(token='XXXXXXXXXX')
line.post(message="Hello, world.")

image

from linenotipy import Line

line = Line(token='XXXXXXXXXX')
line.post(message="Hello, image.", imageFile="test.png")

stamp

from linenotipy import Line

line = Line(token='XXXXXXXXXX')
line.post(message="Hello, stamp.", stickerPackageId=3, stickerId=180)

sticker documentation

Getting started

For help getting started with LINE Notify API, view our online documentation.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

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

linenotipy-1.0.2.tar.gz (2.3 kB view details)

Uploaded Source

Built Distribution

linenotipy-1.0.2-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

Details for the file linenotipy-1.0.2.tar.gz.

File metadata

  • Download URL: linenotipy-1.0.2.tar.gz
  • Upload date:
  • Size: 2.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.9

File hashes

Hashes for linenotipy-1.0.2.tar.gz
Algorithm Hash digest
SHA256 93b408ccd0d12e5a2a79845bb74e6a166a57aec1153ca1ac377c6de05e751ffb
MD5 6249dbf28e55c077d244a9e39c577138
BLAKE2b-256 ee388524edc242a4bbb6c1f5bc7d6fe5fd99a5992561ff836c75e35306a05b09

See more details on using hashes here.

File details

Details for the file linenotipy-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: linenotipy-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 3.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.9

File hashes

Hashes for linenotipy-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6f3d29701cda3010b31c84d96cdd16dd51489e3000c01c6a08fa95fe95b567cc
MD5 c8b81632988e2e00722ab721d1a9007d
BLAKE2b-256 20f25853bea5e9bd68acdde14dc1ebd01a82238ec534d1086da26eb9a8ef5e72

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