linenotipy is a python client library for line notify api on Python 3.6 and above.
Project description
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
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.5.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file linenotipy-1.0.5.tar.gz
.
File metadata
- Download URL: linenotipy-1.0.5.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5cd964d1a05e398b9f3cbebcc0aad9532f980a477b598341656494824b84da8e |
|
MD5 | cc639898eaccd72c0c464b468368c2cb |
|
BLAKE2b-256 | dabbb124a9b104382cbd98582bd17e900d24c9593ab74dd644dc40487b9dd799 |
File details
Details for the file linenotipy-1.0.5-py3-none-any.whl
.
File metadata
- Download URL: linenotipy-1.0.5-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae86ca1c83c9f3dd0e2f9c9ee8da8f7ca3a46ffe362a7ab34b4fc4026654ea9c |
|
MD5 | 5d56a06619efbbb2eded685060f5ca28 |
|
BLAKE2b-256 | 9d6ff66b223807132703d6d963bde8bab340d08b8a41072e0e52c432be70e383 |