Skip to content

klenovich/gcgy

 
 

Repository files navigation

Repos

React IRC server, not currently working

https://github.com/eimsap/CHAT_IRC

Node IRC server without client (in init)

https://github.com/song940/node-irc

One of them, lighter not currently used (in init)

https://github.com/knrd1/chatgpt

🤖 chatgpt-irc

chat with chatgpt on irc!

demo video

screencast-2023-02-05-04-18-40.mp4

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
    • make sure to escape the cookie value as it can contain quotes and other special characters
  • 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",
    "password": "",
    "channels": ["#rj1"],
    "auth_token": "",
    "cookie": "",
    "useragent": ""
}

About

GPT irc server test

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.4%
  • JavaScript 1.4%
  • TypeScript 1.2%