rj1
about | log | files | refs | license
commit b4a6c7589d999869d04069723dbff5eb5b47b982
parent fd8c2d7a2bf6c3d9af82f745fd3e50dffd606c3e
author: rj1 <[email protected]>
date:   Thu,  8 Dec 2022 01:12:58 -0600

readme: added some brief configuration instructions

Diffstat:
MREADME.md | 17++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1 +1,16 @@ -# chatgpt-irc +# 🤖 chatgpt-irc + +chat with chatgpt on irc! + +## configuration + +- head to the [chatgpt website](https://chat.openai.com/chat) and sign in +- open the network tab in devtools (press F12) +- say "hi" to chatgpt +- collect your auth token from the *headers* tab +- collect your conversation id & parent message id from the *payload* tab +- change the configuration options in `chatgpt-irc.py` +- have fun! + +![](https://rj1.su/img/chatgpt-irc-sshot1.png) +![](https://rj1.su/img/chatgpt-irc-sshot2.png)