https://github.com/esap/esap-wxbot
ESAP-微信机器人组件
https://github.com/esap/esap-wxbot
esap golang wx wxbot
Last synced: 7 months ago
JSON representation
ESAP-微信机器人组件
- Host: GitHub
- URL: https://github.com/esap/esap-wxbot
- Owner: esap
- Created: 2019-07-10T12:57:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-12T05:15:52.000Z (about 7 years ago)
- Last Synced: 2023-03-08T18:10:37.266Z (over 3 years ago)
- Topics: esap, golang, wx, wxbot
- Language: Go
- Homepage:
- Size: 69.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# esap-wxbot
Folk from ManiacMike/go-wxbot
根目录下创建一个config.ini,就可以跑了,mac/linux/windows都支持
config.ini的内容如下:
```
[esap]
# 远程esap服务器API
remote = http://192.168.99.10:9090/robot/
# 本地ESAP回调地址,用于扫码登陆等,ESAP服务器要能访问到
local = 192.168.99.10
# 本地服务端口
port = 19090
```