Google bard

Usage

As a script:

$python3 bard.py SESSION_ID AT

As a library import:

from bard import Bard
import asyncio

b = Bard()
asyncio.run(b.chat('hi'))
asyncio.run(b.reset())

Other