Previously, LINE was looking for a trial version for the first 10,000 people only, but the API was officially announced the other day. See below for an overview. https://developers.line.me/messaging-api/overview
This is messaging-api, but you need to build a server with https. The solution is to use the local tunnel and temporarily expose the local environment to the outside world. I don't know why, but since it can be accessed not only from http but also from https, you can build https by creating an API that accepts LINE-API processing at localhost: 3000 and publishing it on the local tunnel. ..
However, this is not a fundamental solution, and unintended things will happen to the program. One example is that not all requests can be reliably received. Let's use it for development only.
Currently, we are not in a situation where it can be operated 24 hours a day, so only the video will be released. https://youtu.be/ASvFyOUHl4A
Recommended Posts