Transform into ChatGPT and surprise your friends with your impressive abilities!
Only run on Linux, and requires Go 1.19 or later
Installation
go install github.com/anccy/selfGPT@latest
or build from souce
go build
Please edit the conf.json
file and set it to your own OpenAI information. You can find your user_name
and access_token
at https://chat.openai.com/api/auth/session
{
"chat_gpt_user_name": "[email protected]",
"chat_gpt_password": "123456",
"chat_gpt_access_token": "xxxxxxxx"
}
Run
selfGPT
After executing, a two-dimensional barcode will be displayed. Scan it to log in.
xvfb
apt install xvfb
Chrome
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
apt install ./google-chrome-stable_current_amd64.deb
This project is a simple version of wechatGPT
Thanks to this wechat sdk openwechat
Have fun!