NelsonDane / BotBanter

Prompt ChatGPT and Bard to have a convo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BotBanter

A Program that lets ChatGPT and Google Bard have a conversation

Installation

Install the requirements with pip

python -m pip install -r requirements.txt

Authentication

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:

Usage

Pretty easy, just run the file

python BotBanter.py

Credits

  • acheong08 for reverse engineering the Bard API

About

Prompt ChatGPT and Bard to have a convo

License:GNU General Public License v3.0


Languages

Language:Python 100.0%