linenotipy
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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Release files for linenotipy 1.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| linenotipy-1.0.5.tar.gz | 3.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| linenotipy-1.0.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.5 kB
Release files / linenotipy-1.0.5.tar.gz
| Download URL | linenotipy-1.0.5.tar.gz |
|---|---|
| Size | 3.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5cd964d1a05e398b9f3cbebcc0aad9532f980a477b598341656494824b84da8e
|
|
BLAKE2b-256 checksum How to use checksums |
dabbb124a9b104382cbd98582bd17e900d24c9593ab74dd644dc40487b9dd799
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
|
Release files / linenotipy-1.0.5-py3-none-any.whl
| Download URL | linenotipy-1.0.5-py3-none-any.whl |
|---|---|
| Size | 3.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ae86ca1c83c9f3dd0e2f9c9ee8da8f7ca3a46ffe362a7ab34b4fc4026654ea9c
|
|
BLAKE2b-256 checksum How to use checksums |
9d6ff66b223807132703d6d963bde8bab340d08b8a41072e0e52c432be70e383
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
|