bard_api

Creator: coderz1093

Last updated:

0 purchases

bard_api Image
bard_api Images

Languages

Categories

Add to Cart

Description:

bard api

Bard #
Reverse engineering of Google's Bard chatbot API for dart inspired from Bard.
Installation
dart pub install bard_api
# or
flutter pub install bard_api
copied to clipboard
Authentication #

Go to Bard Site
Open the devtools.
Copy the cookie value of __Secure-1PSID.

Usage #
import 'package:bard_api/bard_api.dart';

void main() async {
final bard = ChatBot(sessionId: "...");
final result = await bard.ask("Hello?");
print(result);
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.