Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 339 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 339 Bytes

Chatwork webhook integrate with Django

This repo with the source code of Django integrated with Chatwork

Install dependencies

pip install requirements.txt

Make .env file

cp .env-example .env

Fill correct the API_KEY and WEBHOOK_TOKEN

Run server

python manage.py runserver