Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkeonline/linemessagingapi
Simple replacement from Line Notify to Line Messaging API for Arduino ESP32 / ESP8266 / NodeMCU to send message
https://github.com/kkeonline/linemessagingapi
arduino-library esp32 esp8266 esp8266-library espressif espressif32 espressif8266 line line-messaging line-messaging-api line-notify message messaging messaging-api nodemcu nodemcu-esp8266
Last synced: 20 days ago
JSON representation
Simple replacement from Line Notify to Line Messaging API for Arduino ESP32 / ESP8266 / NodeMCU to send message
- Host: GitHub
- URL: https://github.com/kkeonline/linemessagingapi
- Owner: kkeonline
- License: gpl-3.0
- Created: 2024-12-01T21:31:11.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-13T01:42:03.000Z (21 days ago)
- Last Synced: 2024-12-13T02:27:24.280Z (21 days ago)
- Topics: arduino-library, esp32, esp8266, esp8266-library, espressif, espressif32, espressif8266, line, line-messaging, line-messaging-api, line-notify, message, messaging, messaging-api, nodemcu, nodemcu-esp8266
- Language: C++
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LineMessagingAPI
Simple replacement from Line Notify to Line Messaging API for Arduino ESP32 / ESP8266 / NodeMCU to send message
support only plain text without sticker/emoji, escape string \r \n \t \\" \\\\ are supportedNote:
To use Line MessagingAPI you have to create Line OA account via https://manager.line.biz then enable MessagingAPI
then goto https://developers.line.biz/console/ and create "Channel access token" to use as Token
To send a message you have to know the receiver UserID or GroupID to send message to
to know that open https://webhook.site/ and copy unique url to Line developper console and enable hook
then send message from the user to Line OA then you will know the UserID from webhook Log.