This is a LINE Login sample created by Haimin.
- A LINE Login channel with the "WEB" app type. To create a channel, go to Creating a Channel on the LINE Developers site.
- A Heroku account (free to create)
With the "Deploy to Heroku" button, you can easily deploy the LINE Login starter application to Heroku from your web browser by following the steps below.
- Click the Deploy to Heroku button to go to the Heroku Dashboard to configure and deploy the app.
- Enter a Heroku app name (optional).
- Enter the following Heroku config variables.
- Click the Deploy button. Heroku then deploys this repository to a new Heroku app on your account.
- Python3
- Libraries which written on requirement.txt
- Change the value of run.sh
- Change the channel ID of Your_Channel_ID
- Change the channel ID of Your_Channel_SECRET
- Execute the following command on Terminal
cd [THE_PROJECT_PATH]
python app.py --port 8080 -t 127.0.0.1 --debug True