Use ChatGPT On Wechat via wechaty
141
Source code: fuergaosi233/wechat-chatgpt
You should use password & username to login, and config CAPTCHAs
mkdir wechat-chatgpt
cd wechat-chatgpt
nano config.yaml
chatGPTAccountPool:
- email: email
password: password
isGoogleLogin: false
# if you hope only some keywords can trigger chatgpt on private chat, you can set it like this:
chatPrivateTiggerKeyword: "@bot"
# Setup your proxy
openAIProxy: ""
docker run -d --name wechat-chatgpt -e CAPTCHA_TOKEN="XXXXXXXX" -v $(pwd)/config.yaml:/app/config.yaml --entrypoint '/bin/sh' lance159/wechat-chatgpt:latest -c 'xvfb-run --auto-servernum --server-num=1 npm run dev'
CAPTCHA_TOKEN="XXXXXXXX" is 2Captcha API Key
Content type
Image
Digest
sha256:15ef82e55…
Size
953.3 MB
Last updated
over 3 years ago
docker pull lance159/wechat-chatgpt:v1