# wechat_chatgpt **Repository Path**: chat-gpt/wechat_chatgpt ## Basic Information - **Project Name**: wechat_chatgpt - **Description**: 微信利用chatgpt自动回复消息 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-02-12 - **Last Updated**: 2023-02-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wechat_chatgpt #### 介绍 微信利用chatgpt自动回复消息 #### 安装教程 1、安装openai:pip install openai\ 2、安装wxpy:pip install wxpy\ 3、设置自己在[openai官网](https://beta.openai.com/account/api-keys)注册的api_key 和 organizationId\ `openai.organization = "YOUR_ORGANIZATION_ID"`\ `openai.api_key = "YOUR_API_KEY"`\ 打包:\ 1、安装pyinstaller :pip install pyinstaller\ 2、打包: pyinstaller.exe -F -c .\main.py --icon roboticon.ico -n wechat_gpt.exe 生成的exe在 project_dir/dist/wechat_gpt.exe #### 使用说明 1. 扫码登录微信 2. 输入要回复的微信群个数 3. 分别输入要回复的微信群名称