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 hashes)

Uploaded Source

Built Distribution

linenotipy-1.0.2-py3-none-any.whl (3.4 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