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 '友達'.
- create a line bot account and get channel access token and channel secret.
- create a server on Render
- select python as language
- set secret environment variables
- YOUR_CHANNEL_ACCESS_TOKEN
- YOUR_CHANNEL_SECRET
- set build command to
make setup
- set run command to
gunicorn app:app
- set webhook url to your server url
- enable webhook in webhook settings