Line Echo Bot in Kobin.
$ python3.6 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ wsgicli run app.py app -p 8080
ngrok for https.
refs: https://ngrok.com/doc
$ ngrok http 8080
MIT License
Line Echo Bot in Kobin.
$ python3.6 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ wsgicli run app.py app -p 8080
ngrok for https.
refs: https://ngrok.com/doc
$ ngrok http 8080
MIT License