chat with chatgpt on irc! And using pengzhile/pandora API.
在IRC中使用chatgpt, 使用pengzhile/pandora 的API.
screencast-2023-02-05-04-18-40.mp4
-
collect your auth token | 取得token
see pengzhile/pandora#837 (comment) step1 and step2 | 详见pengzhile/pandora#837 (comment) 的第1、2步
-
create
config.json
using the example configuration | 使用the example configuration创建配置文件,示例
{
"server": "internetrelaychat.net",
"port": 6697,
"ssl": true,
"nickname": "chatgpt",
"ident": "chatgpt",
"realname": "chatgpt",
"password": "",
"channels": ["#rj1"],
"auth_token": "",
"cookie": "",
"useragent": ""
}
- run the bot:
python chatgpt-irc.py
| 运行机器人python chatgpt-irc.py