Skip to content

docs: add short project overview#2

Draft
SkyBeamProject wants to merge 1 commit intomainfrom
claude/add-overview-docs-mOCT9
Draft

docs: add short project overview#2
SkyBeamProject wants to merge 1 commit intomainfrom
claude/add-overview-docs-mOCT9

Conversation

@SkyBeamProject
Copy link
Copy Markdown
Owner

Adds an OVERVIEW.md with a concise project summary.


Generated by Claude Code

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces an OVERVIEW.md file providing a high-level description of the Python client for the Google Bard API, including authentication details and available interfaces. The review feedback suggests updating the terminology to reflect Google's rebranding of Bard to Gemini and improving the file's readability by breaking down long paragraphs into multiple lines.

Comment thread OVERVIEW.md
@@ -0,0 +1,3 @@
# Overview

A reverse-engineered Python client for Google Bard's chatbot API. Authentication is done by supplying the `__Secure-1PSID` and `__Secure-1PSIDTS` cookies from an active bard.google.com session. It exposes synchronous (`Chatbot`) and asynchronous (`AsyncChatbot`) APIs, plus a CLI and a "quick mode" driven by environment variables for shell shortcuts.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The project overview is accurate but could be improved for readability and current branding. Google has rebranded Bard to Gemini, so mentioning this would be helpful for users. Also, the line is very long; breaking it into multiple lines improves readability in text editors.

Suggested change
A reverse-engineered Python client for Google Bard's chatbot API. Authentication is done by supplying the `__Secure-1PSID` and `__Secure-1PSIDTS` cookies from an active bard.google.com session. It exposes synchronous (`Chatbot`) and asynchronous (`AsyncChatbot`) APIs, plus a CLI and a "quick mode" driven by environment variables for shell shortcuts.
A reverse-engineered Python client for Google Bard's (now Gemini) chatbot API.
Authentication is done by supplying the __Secure-1PSID and __Secure-1PSIDTS cookies from an active bard.google.com session.
It exposes synchronous (Chatbot) and asynchronous (AsyncChatbot) APIs, plus a CLI and a "quick mode" driven by environment variables for shell shortcuts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant