Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/allan-nava/go-bard
- Owner: Allan-Nava
- License: mit
- Created: 2023-05-15T09:41:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-13T21:31:59.000Z (3 months ago)
- Last Synced: 2024-10-12T19:26:25.769Z (about 1 month ago)
- Topics: bard, bard-api, chatbot, go-library, golang, google, google-bard-api, google-bard-go, googlebard, llm, nlp
- Language: Go
- Homepage: https://allan-nava.github.io/go-bard/
- Size: 44.9 KB
- Stars: 11
- Watchers: 1
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.