line-notify-sdk 1.0

Creator: rpa-with-ash

Last updated:

Add to Cart

Description:

linenotifysdk 1.0

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.