Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Latest commit

 

History

History
30 lines (18 loc) · 323 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 323 Bytes

kobin-linebot

Line Echo Bot in Kobin.

DEMO

Setup

$ python3.6 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ wsgicli run app.py app -p 8080

ngrok

ngrok for https.

refs: https://ngrok.com/doc

$ ngrok http 8080

LICENSE

MIT License