Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/allan-nava/go-bard

Go package that returns response of Google Bard through API.
https://github.com/allan-nava/go-bard

bard bard-api chatbot go-library golang google google-bard-api google-bard-go googlebard llm nlp

Last synced: 24 days ago
JSON representation

Go package that returns response of Google Bard through API.

Awesome Lists containing this project

README

        

# go-bard sdk
[![Go build](https://github.com/Allan-Nava/go-bard/actions/workflows/go-build.yml/badge.svg)](https://github.com/Allan-Nava/go-bard/actions/workflows/go-build.yml)
[![Go test workflow](https://github.com/Allan-Nava/go-bard/actions/workflows/go-test.yml/badge.svg)](https://github.com/Allan-Nava/go-bard/actions/workflows/go-test.yml)

A powerful Go package that returns response of Google Bard through API.

### Authentication

1. Visit https://bard.google.com/
2. F12 for console
3. Session: Application → Cookies → Copy the value of __Secure-1PSID cookie.

### Contributing
We welcome contributions to this project. Please see the [contributing guidelines](https://github.com/Allan-Nava/go-bard/blob/master/CONTRIBUTING.md) for more information.

### License
This project is licensed under the MIT License, Version 2.0. See the [LICENSE](https://github.com/Allan-Nava/go-bard/blob/master/LICENSE) file for more information.