- 🍪 Multi-Cookie Use: Have multiple Bard instances
- 🖼️ Google Lens Support: Powerful image recognition
- 📷 Image Output: Access images from Google
- 🌐 Contextual Conversations: Maintain conversation context
Copy the cookie labled __Secure-1PSID
on bard.google.com, and use it in the code here:
import Bard from "bard-ai";
let myBard = new Bard(COOKIE);
console.log(await myBard.ask("Hello, world!"));
Continue to explore full features, including Google Lens integration, with the docs.
A special shoutout to these amazing indviduals:
@acheong08 Original Python Bard API |
@ThatXliner Maintainer |
@Aldhanekaa Typescript and Feature Developer, Maintainer |
@RFS-ADRENO TypeScript Developer, Maintainer |
However, we thank every person that helps in the development process of this library, no matter that be in code, ideas, or anything else.