You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

bard-ai

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bard-ai

A Reverse-Engineered Google Bard, Written in JS

2.0.3
latest
Source
npmnpm
Version published
Weekly downloads
821
-2.26%
Maintainers
1
Weekly downloads
 
Created
Source

bard-ai v2

More Powerful. More Capable.

Docs | GitHub | FAQ

Features

Quick Start

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.

Contributors

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.

Read the docs to get started.

Keywords

Google

FAQs

Package last updated on 08 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts