- Clone this repository and install dependencies
requirements.txt
$ git clone https://gitlab.playcourt.id/iskandarsuhaimi/webhook-kiwaribot-sample-python.git
$ cd webhook-kiwaribot-sample-python
$ pip3 install -f requirement.txt-
Go to
Jelajahmenu -
chat with
Chatbot Builder -
Create bot and get
access_token -
Copy and Paste to
controller.py -
Run webhook server
$ export FLASK_APP=index.py
$ export FLASK_ENV=development
$ flask run- Tunneling your webhook server
$ ngrok http 5000-
Register your webhook url by copy your ngrok https url from CLI, then input it into
Chatbot Builder -
Enjoy!