Skip to content

colinjen88/line-bot-python-on-render

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy LINE Bot Python Examples on Render

This repo can be used to deploy python examples in the line-bot-sdk-python on Render.

Prerequisites

Make sure you have the following:

Deployment

  1. Fork this repo.

  2. Update render.yaml to comment/uncomment the services of LINE bot examples you want to deploy.

  3. Cieck to deploy

    Deploy to Render

  4. You will be prompted to input LINE channel secret and access token. You can find them on the LINE Developers Console. Channel secret is on the channel's Basic settings tab. Channel access token is on the channel's Messaging API tab.

  5. Once the bot servcie is live, find the service onrender URL (e.g., https://line-bot-python-<something unique>.onrender.com) on the Dashboard. Append /callback to the service URL to build the webhook URL (e.g., https://line-bot-python-<something unique>.onrender.com/callback). Paste the webhook URL to the Webhook settings section on the LINE channel's Messaging API tab on the LINE Developers Console. Also enable Use webhook on the same section.

  6. Add the LINE Official Account associated with your bot as a friend on LINE by scanning the QR code on the Messaging API tab of your channel settings on the LINE Developers Console.

  7. That's it. Send your LINE Official Account a text message on LINE and confirm that it responds with the same message.

Notes

  • If your LINE bot app files are in the same repo as render.yaml, you don't need to specify repo in the render.yaml. You can find more information in the Render Blueprint spec.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.2%
  • Procfile 0.8%