LINE Bot Starter Kit using Python
See the official API documentation for more information.
English: https://developers.line.me/en/docs/messaging-api/reference/
Japanese: https://developers.line.me/ja/docs/messaging-api/reference/
PyLINE Bot requires pip to run.
Clone the project and Install the Python requirements using pip.
$ git clone https://github.com/abhishtagatya/pyline-bot
$ cd pyline-bot
$ pip install -r requirements.txt
Once the requiremts are installed, you can start creating your bot. Here is a good documentation created by LINE to create your chatbot.
Need a tutorial to get started? Read my Medium Post on Creating Your First LINE Bot
Head on over to LINE Developers to create your channel and how the Messaging API provided by LINE works.