https://github.com/weivea/weixin-bot
weixin 图灵机器人
https://github.com/weivea/weixin-bot
Last synced: about 2 months ago
JSON representation
weixin 图灵机器人
- Host: GitHub
- URL: https://github.com/weivea/weixin-bot
- Owner: weivea
- Created: 2016-12-16T08:11:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-21T06:20:00.000Z (over 9 years ago)
- Last Synced: 2025-03-06T04:29:22.040Z (over 1 year ago)
- Language: JavaScript
- Size: 831 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# weixin-bot
***
基于网页微信,和turing123机器人接口,网页登录微信账户,自动回答
## 功能
- 群消息被@,自动回答
- 个人消息,自动回答
## 说明
项目基于 https://github.com/feit/WeixinBot 和[turing123](http://www.tuling123.com/)的接口
## 配置
config.js
```
{
user:{
name:'weivea', //管理账户
pass:'weivea'
},
weixin:{
nickName:'weivea' //微信昵称
},
turing:{//turing123接口配置
APIUrl: 'http://www.tuling123.com/openapi/api',
APIkey: '87e6994461dbb88ea3834de2195',
secret: '677d6583',
}
}
```
控制界面:
