rj1
about | log | files | refs | license
commit 086869cf39622b18438951f8aedb0d62b6b909c3
parent e73041e799436062d5167f1a50bb71307f261e74
author: rj1 <[email protected]>
date:   Sun,  5 Feb 2023 04:27:31 -0600

readme: added demo video and note about cookies

Diffstat:
MREADME.md | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -2,12 +2,17 @@ chat with chatgpt on irc! +## demo video + +https://user-images.githubusercontent.com/83531587/216813675-52ae3cca-efd0-41e5-928a-b9e8ed1cbe7d.mp4 + ## 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, 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](#example-config) below or by copying `example-config.json` - run the bot: `python chatgpt-irc.py`