fossasia / susi_linebot

SUSI.AI Bot for Line
GNU Lesser General Public License v2.1
1.48k stars 35 forks source link

Getting Started With Line SUSI AI Bot:

Build Status

If you want to add SUSI Line bot as a friend Scan this QR Code and if you want to integrate follow steps given below

To integrate SUSI's API with Line bot and you will need to have a line account first so that you can follow below procedure. You can download it from LINE APP.

Pre-requisites:

Steps:

  1. Login/Sign up
  2. Create a LINE@ account with enabled Messaging API on Line Business Center
  3. Configure your bot
  4. Develop your bot
  5. Deploy your bot

1- Login/Sign up:

If you have Line account then move to next step else sign up for an account and make one.

2- Create a LINE@ account with enabled Messaging API:

LINE_LOGIN

3- Configure your bot:

BOT_SETTINGS

Go to Accounts option at top of page and open LINE Developers from there

CHANNEL_CONSOLE After following these steps your account is ready and you are good to go to develop your bot.

4- Develop your bot:

You can develop your own bot or you can fork this repository and deploy it to heroku.

5- Deploy your bot:

To deploy your bot to heroku you need an account on Heroku and after making an account make an app

NEW_APP

HEROKU_DEPLOY

AUTOMATIC_DEPLOY

After making app copy this link and paste it in webhook url in Line channel console page from where we got channel access token.

            https:{your_heroku_app_name}.herokuapp.com/webhook

WEBHOOK_URL

SUSI AI BOT: