init
Showing
.gitignore
0 → 100644
Dockerfile
0 → 100644
LICENSE
0 → 100644
api/__init__.py
0 → 100644
api/chatwoot_app.py
0 → 100644
app.py
0 → 100644
cache/__init__.py
0 → 100644
cache/services.py
0 → 100644
config/logger.py
0 → 100644
config/settings.py
0 → 100644
docker-compose.yml
0 → 100644
handler/__init__.py
0 → 100644
handler/base_api.py
0 → 100644
handler/event_processor.py
0 → 100644
model/__init__.py
0 → 100644
model/chatwoot_model.py
0 → 100644
requirements.txt
0 → 100644
| Flask==3.1.1 | ||
| redis==6.4.0 | ||
| flask-cors==6.0.1 | ||
| python-dotenv==1.1.0 | ||
| requests==2.32.4 | ||
| pydantic==2.11.5 | ||
| \ No newline at end of file |
service/__init__.py
0 → 100644
service/chatwoot_service.py
0 → 100644
utils/__init__.py
0 → 100644
Please register or sign in to comment