A Program that lets ChatGPT and Google Bard have a conversation
Install the requirements with pip
python -m pip install -r requirements.txt
Rename .env.example
to .env
and fill in the values:
BARD
:- Go to https://bard.google.com/
- Sign in with your invited Google account
- Open the developer tools (F12)
- Copy the value in Application > Cookies >
__Secure-1PSID
- Paste it inside the quotes in the
.env
file
CHATGPT
:- Get an OpenAI API key
- Paste it inside the quotes in the
.env
file
Pretty easy, just run the file
python BotBanter.py
- acheong08 for reverse engineering the Bard API