Skip to content

abhishtagatya/pyline-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyLINE Bot

LINE Bot Starter Kit using Python

bot-preview

About the Documentations and LINE Messaging API

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/

Usage and Requirements

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

Messaging API

Head on over to LINE Developers to create your channel and how the Messaging API provided by LINE works.

About

🤖 LINE Bot Starter Kit

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%