Build LINE chat bot with Hackmd API
Why I use HackMD
- I am a training/educator, often need to organize projects, teaching documents, but also need to assign homework and collect return homework, tried different software services in the market, HackMD is the most convenient, lightweight, based on the sharing of knowledge platform!
- HackMD is already a part of life.
Awesome usage
- Organize a series of 30 articles containing Youtube videos in HackMD book mode, and organize the articles through grammatical components Sliders with
{%hackmd noteid %}
are all done by HackMD.
- Now I manage my favorites information centrally through the LINE APP, it will automatically sync to hackmd!
The LINE chatbot built with the HackMD API
What problems can be solved
- You phone pictures, text, and links can eazily share to your LINE official account, and they will be automatically synced to HackMD for subsequent editing.
 |
Image Not Showing
Possible Reasons
- The image was uploaded to a note which you don't have access to
- The note which the image was originally uploaded to has been deleted
Learn More โ
|
Photo/text/link/share to LINE APP |
Automatically sync to HackMD |
How the chatbots works
- There are many ways to build a LINE chatbot, for example, first you need to create an LINE Developers channel, then get the HackMD API, and get Imgure ID. You need to modify the code to add the necessary parameters and deploy it in the Fly.io, and finally fill in the Fly.io's exclusive URL like
https://[APP Name].fly.io/callback
to LINE WebHooks.
- The easy steps are below to collapse the list, or refer to my tutorial.
https://github.com/willismax/hackmd-line-bot-on-fly
easy steps