Skip to content

lloydchang/acheong08-Bard

 
 

Repository files navigation

Bard

Reverse engineering of Google's Bard chatbot API

Installation

 $ pip3 install --upgrade GoogleBard

Authentication

Go to https://bard.google.com/

  • F12 for console
  • Copy the values
    • Session: Go to Application → Cookies → __Secure-1PSID. Copy the value of that cookie.

Usage

$ python3 -m Bard -h
usage: Bard.py [-h] --session SESSION

options:
  -h, --help         show this help message and exit
  --session SESSION  __Secure-1PSID cookie.

Credits:

  • discordtehe - Derivative of his original reverse engineering

About

Reverse engineering of Google's Bard API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%