# wechatbot_gpt **Repository Path**: shuhanw/wechatbot_gpt ## Basic Information - **Project Name**: wechatbot_gpt - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-06-16 - **Last Updated**: 2024-03-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wechatbot 最近chatGPT异常火爆,想到将其接入到个人微信是件比较有趣的事,所以有了这个项目。项目基于[openwechat](https://github.com/eatmoreapple/openwechat) 开发 ###目前实现了以下功能 + 群聊@回复 + 私聊回复 + 自动通过回复 # 注册openai chatGPT注册可以参考[这里](https://juejin.cn/post/7173447848292253704) # 安装使用 ```` # 获取项目 git clone https://github.com/869413421/wechatbot.git # 进入项目目录 cd wechatbot # 复制配置文件 copy config.dev.json config.json # 启动项目 nohup sh startup.sh &进行项目后台启动 使用vim打开 nohup.log ,找到最新的日志,即为登录链接(在vim命令模式下输入'G'可快速跳转到最后一行) 点击链接使用浏览器打开,微信扫码进行登陆 # 关闭项目 ps -aux | grep main.go找到项目对应的进程id kill -9 进程id