Skip to content

kenakamu/LINEBotDeveloperUtil

Repository files navigation

LINE Bot Development Utilities

This extension contains utilities for LINE bot developers.

  • JSON code snippets to create JSON LINE Message object.
  • JSON to UI converter: Provide preview pane for JSON LINE Message object.

JSON code snippets

  1. Open any .json file and start typing "text".
  2. Select snippet candidate for "LINE Text Message".
  3. You see the JSON object for Text Message will be auto generate.
    snipppet

JSON to UI converter

  1. Open any .json file, and select JSON object.
  2. Click preview icon on the right top.
  3. You see the parsed UI results. You can change the JSON data which update the UI realtime.
    ui1
  4. For nested JSON like buttons, you need to explicitly select JSON object from first '{' to last '}'.
    ui2

Supported Snippets.

  • Text Message
  • Sticker Message (Only Id)
  • Image Message
  • Video Message
  • Audio Message
  • Imagemap Message
  • Confirm Template message
  • Buttons Template message
  • Carousel Template message
  • Image Carousel Template message

Desired features

  • JSON to Code, such as C#, golang, python, etc.
  • Location Message
  • Rich Menu
  • etc

About

LINE Bot Development Utilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published