acheong08/Bard
A Python SDK that reverse-engineers and provides programmatic access to Google's Bard chatbot API.

Velocity · 7d
+1.2
★ / day
Trend
→steady
star history
This repository contains a Python library for interacting with Google’s Bard chatbot through reverse-engineered endpoints. It allows developers to authenticate using Google cookies and programmatically send queries to Bard, receiving responses programmatically. The library supports both synchronous and asynchronous usage patterns, offering a Chatbot class and an AsyncChatbot class for integration into Python applications.