Tutorial: LINE Bot With Python and Heroku

Start from scratch and build your LINE Bot

Evan Fang
Better Programming
Published in
5 min readSep 22, 2019

--

Image from https://zh.m.wikipedia.org/zh/File:LINE_logo.svg

Today, I want to introduce how to implement the LINE Bot. Recently, I wrote a service to check whether there are any badminton courts left in the sports center, and it will notify me of the result via the LINE Bot.

Furthermore, I could do operations like reserving the court. For users, it is very…

--

--