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.4.tar.gz
(2.6 kB
view details)
Built Distribution
File details
Details for the file linenotipy-1.0.4.tar.gz
.
File metadata
- Download URL: linenotipy-1.0.4.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca63ff19e5a74096efd88225f1ea3308187c4336e4f0cd5fc732ac2ba7f95ddd |
|
MD5 | 98d593b5364750f1aaed8b85417aecc9 |
|
BLAKE2b-256 | 35f63aaab5489e18c43a6452560d28281238b63fccb4c370ddf96df1a0175435 |
File details
Details for the file linenotipy-1.0.4-py3-none-any.whl
.
File metadata
- Download URL: linenotipy-1.0.4-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb2317b524f05984ef2a3f8e788791a4125047ee40a88bbfba66835084e8f674 |
|
MD5 | 0804a248d710c8b2a2056cd468aa94a7 |
|
BLAKE2b-256 | 8d0837140bf89686ea8e1cf1f2c0f6401ebd55bab3fe364f7b19a3f42f510697 |