Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1007 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 1007 Bytes

Pal-Puppy

This is a product our team created during an internship at Rakuten, Inc.
This is a healing LINE bot for tired people.
The character of LINE bot is a puppy. Pal in 'Pal-Puppy' means '友達'.

pal-puppy

how to use

Python version(3.7.10)

  1. create a line bot account and get channel access token and channel secret.
  2. create a server on Render
    1. select python as language
    2. set secret environment variables
      • YOUR_CHANNEL_ACCESS_TOKEN
      • YOUR_CHANNEL_SECRET
    3. set build command to make setup
    4. set run command to gunicorn app:app
  3. set webhook url to your server url
  4. enable webhook in webhook settings

Reference