Skip to content

jarrettdev/Bard

 
 

Repository files navigation

Bard

Reverse engineering of Google's Bard chatbot

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.
    • At: window.WIZ_global_data.SNlM0e (Enter this in console and copy the output)

Usage

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

options:
  -h, --help         show this help message and exit
  --session SESSION  __Secure-1PSID cookie.
  --at AT            window.WIZ_global_data.SNlM0e

Credits:

  • discordtehe - Derivative of his original reverse engineering

About

Reverse engineering of Google's Bard chatbot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%