Deprecated
This repo is not actively maintained anymore and will stopped functioning soon because V1 of Dialogflow's API will be shut down on October 23, 2019.
How I can find some time back to this at some stage.
A WeChat client with built-in robot integrated with Dialogflow. Unlike other chat bots, you don't have to make it work by coding, but simply by training your agent in api.ai.
个人微信客户端+机器人(api.ai)。与其他聊天机器人不同,你无须编程即可使你的机器人变得更加聪明,只要通过 api.ai 进行适当的训练即可。
- git clone https://github.com/jaypeng2015/wechat-ai
- cd wechat-ai
- nvm install
- npm install
- npm start
- login
- Go to
Menu -> Settings -> Auto Reply
, enable auto-reply for the contacts
Go to Menu -> Settings -> Api Key
, set your own API key if you have a better api.ai agent.
通过Menu -> Settings -> Api Key
菜单设置你自己的 API Key.
npm run build:mac
.
The output can be found in .output
folder, with both the original package and the dmg file.
输出位于output
目录下,包含打包 app 文件以及 dmg 安装包。
npm run build:win
.
The output can be found in .output
folder, with both the original folder and the zip file.
输出位于output
目录下,包含原始文件目录以及 zip 包。
npm run release
.
By default this will always generate a draft release on github.
For more information please check release-it
The conversation will be sent to api.ai if auto-reply is enabled. Check Terms & Conditions
开启自动回复的对话会被发往 api.ai, 查看条款及协议