https://github.com/valerybriz/clustaar_webhook
Simple clustaar (chatbot) webhook
https://github.com/valerybriz/clustaar_webhook
chatbot clustaar python tinydb webhook
Last synced: 5 months ago
JSON representation
Simple clustaar (chatbot) webhook
- Host: GitHub
- URL: https://github.com/valerybriz/clustaar_webhook
- Owner: valerybriz
- License: gpl-3.0
- Created: 2018-08-19T17:05:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-19T17:21:24.000Z (over 7 years ago)
- Last Synced: 2025-01-21T07:26:43.536Z (about 1 year ago)
- Topics: chatbot, clustaar, python, tinydb, webhook
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clustaar_webhook
This is a basic Webhook for clustaar Chatbots platform,
to get it working first signup and install ngrok : [https://ngrok.com/](https://ngrok.com/)
It will help us to get a public domain with ssl certificate for free.
Following we need to install the dependencies with:
```bash
pip install -r requirements.txt
```
Then we most migrate the db to get the sample data with:
```bash
python migrate.py
```
finally we have to run the webhook with **gunicorn** with the following command:
```bash
gunicorn main:app
```