bugfix
This commit is contained in:
parent
1cae6c17df
commit
0e5bfc492d
22
README.md
22
README.md
@ -1,2 +1,22 @@
|
||||
# imgateway
|
||||
|
||||
# IM Platform Middleware
|
||||
|
||||
Enterprise IM middleware supporting:
|
||||
|
||||
- Feishu
|
||||
- WeCom
|
||||
- Multi-tenant
|
||||
- Organization binding
|
||||
- Webhook gateway
|
||||
- Adapter architecture
|
||||
|
||||
## Start
|
||||
|
||||
pip install -r requirements.txt
|
||||
|
||||
python -m im_platform.server
|
||||
|
||||
## Webhooks
|
||||
|
||||
POST /webhook/feishu
|
||||
POST /webhook/wecom
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user