cleobuline / chatgpt-irc

talk to chatgpt on irc

Home Page:https://rj1.su/repos/chatgpt-irc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🤖 chatgpt-irc

chat with chatgpt on irc!

configuration

  • head to the chatgpt website and sign in
  • open the network tab in devtools (press F12)
  • say "hi" to chatgpt
  • collect your auth token, user agent, and cookie from the headers tab
  • create config.json using the example configuration below or by copying example-config.json
  • run the bot: python chatgpt-irc.py

example config

{
    "server": "internetrelaychat.net",
    "port": 6697,
    "ssl": true,
    "nickname": "chatgpt",
    "ident": "chatgpt",
    "realname": "chatgpt",
    "channels": ["#rj1"],
    "auth_token": "",
    "cookie" "",
    "useragent": ""
}

About

talk to chatgpt on irc

https://rj1.su/repos/chatgpt-irc

License:MIT License


Languages

Language:Python 100.0%