Skip to content

一个基于easychen/wecomchan,使用python,fastapi实现的企业微信机器人接口

License

Notifications You must be signed in to change notification settings

shing-yu/workwechat-bot-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

workwechat-bot-api

一个基于wecomchan,使用python,fastapi实现的企业微信机器人API接口

运行方式

  1. 安装依赖
pip install -r requirements.txt
# pip3 install -r requirements.txt
  1. 运行
python botapi.py
# python3 botapi.py
# uvicorn botapi:app --reload
  1. (可选)加入到systemd(Linux)
vim wecombotapi.service  # 替换 /path/to/your/project 为项目文件根目录的绝对路径 
sudo cp wecombotapi.service /etc/systemd/system/wecombotapi.service
sudo systemctl daemon-reload
sudo systemctl start wecombotapi
sudo systemctl enable wecombotapi  # 开机自启

About

一个基于easychen/wecomchan,使用python,fastapi实现的企业微信机器人接口

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages