LINE Notify SDK for Pyrhon
Project description
line-notify-sdk
LINE Notify SDK for Pyrhon
pip
$ pip install line-notify-sdk
Usage
from notify import Notify
n = Notify(token="YOUR_NOTIFY_TOKEN")
r = n.send_text("hello")
print(r.json())
# {'status': 200, 'message': 'ok'}
Methods
method | description |
---|---|
send_image_with_url(text, url) | Send image by specifying the image URL |
send_image_with_local_path(text, path) | Send images by specifying the local image path |
send_image(text, image) | Send images using BufferedReader or BytesIO |
send_text(text) | Send text |
send(files) | Customization request to notify (use this for anything other than images and text) |
revoke() | Disable access token and remove notification settings |
get_status() | Check linkage status |
get_rate_limit() | Get the number of times the API can be called in an hour |
Documentation
https://notify-bot.line.me/doc/
License
MIT License
Copyright (c) 2024 nanato12
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
line_notify_sdk-1.0.tar.gz
(4.1 kB
view details)
Built Distribution
File details
Details for the file line_notify_sdk-1.0.tar.gz
.
File metadata
- Download URL: line_notify_sdk-1.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 259cec4e446b2aedfabc431bc6fd663e9587f8de70060abecff71cc9538a24a7 |
|
MD5 | cecd5949278208a3788f43853efbdc8b |
|
BLAKE2b-256 | 41942f81fff3208a5fa2d95e1fe2c834cf90b6e773d4d44d66037bc8c1438eac |
File details
Details for the file line_notify_sdk-1.0-py3-none-any.whl
.
File metadata
- Download URL: line_notify_sdk-1.0-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de27dfaec0279a365d57d76be1b62b1a0bbcbbc25883ab24ca68ce9d7b0df0f2 |
|
MD5 | 7743e4052540621f80eccf6d33ee855a |
|
BLAKE2b-256 | 2398934949ba9e9616dd932939e7b0aa67a548ab28329fe1c62ae5b9595b1037 |