Giter Site home page Giter Site logo

bard-unofficial-api's Introduction

Bard

Google's Bard chatbot API for NodeJs

Screenshot 2023-03-29 at 18 49 42

Installation

 $ npm i bard-bot -g

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.

Usage

$ 
usage: bard --session SESSION

options:
  -h, --help         show this help message and exit
  --session SESSION  __Secure-1PSID cookie.

Credits:

bard-unofficial-api's People

Contributors

adamsey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

bard-unofficial-api's Issues

Error msg after install

Here's my CLI:


macallik@penguin:~$ bard -h
file:///usr/local/lib/node_modules/bard-bot/src/ChatBot.js:104
this.choiceId = results.choices[0]?.id || "Google Bard couldn't answer this question.";

SyntaxError: Unexpected token '.'


Ran it through bard & received the following response:


_The error message means that the JavaScript interpreter encountered an unexpected token, the period (.) The period (.) is an operator that is used to access the properties of an object. In this case, the interpreter is expecting a property name, but instead it found a period. This is most likely a typo, and the correct code should be:

this.choiceId = results.choices[0].id || "Google Bard couldn't answer this question.";_


Not sure that this is true, went to ~/node_modules/bard-bot/src/ChatBot.js and removed the period (and separately removed the '?' but no dice either way. Might be a clear sign of Bard hallucimagining a solution lol, but curious what to do to fix the issue? I only D/L'd npm/nodejs for this use case if that matters

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.