leo424y / linepay-chatbot

This is a sample to build LINE chatbot with LINE Pay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LINE Pay chatbot

Description

This is a simple Spring Boot application as a LINE chatbot with LINE Pay

Build

  1. Install JDK 10.0.2
  2. Install Gradle 4.9
  3. Edit application.properties under /src/main/resources
# application.properties
line.bot.channelSecret = XXXXX
line.bot.channelToken = XXXXX
line.bot.handler.path = /callback
  1. Run
> gradle build

Run

> java -jar line-pay-chatbot-0.1.jar

About

This is a sample to build LINE chatbot with LINE Pay

License:MIT License


Languages

Language:Java 100.0%