duo / wechatgpt

A WeChat ChatGPT bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wechatgpt

A WeChat ChatGPT bot based on openwechat and chatgptauth.

Usage

*nix

TASK_TIMEOUT=120s SESSION_TOKEN=xxx CF_CLEARANCE=xxx USER_AGENT=xxx ./wechatgpt

windows

set TASK_TIMEOUT=120s
set SESSION_TOKEN=xxx
set CF_CLEARANCE=xxx
set USER_AGENT=xxx
wechatgpt.exe

docker

lxduo/wechatgpt

Command

CMD Function
!reset Reset ChatGPT conversation

Environment

Variable Function
SESSION_TOKEN ChatGPT cookie __Secure-next-auth.session-token
CF_CLEARANCE ChatGPT cookie cf_clearance
USER_AGENT Browser user agent
TASK_TIMEOUT ChatGPT API query timeout duration
AUTO_ACCEPT Auto accept WeChat friend request
CHATGPT_EMAIL ChatGPT email
CHATGPT_PASSWORD ChatGPT password

About

A WeChat ChatGPT bot

License:GNU Affero General Public License v3.0


Languages

Language:Go 99.1%Language:Dockerfile 0.9%