|
||
---|---|---|
dist | ||
googlebardpy | ||
tests | ||
README.md | ||
poetry.lock | ||
pyproject.toml |
README.md
Google Bard
Installation
Pypi
pip install googlebardpy
Codeberg
pip install --index-url https://codeberg.org/api/packages/Bavarder/pypi/simple/ googlebardpy
Usage
Get the token
- Go to bard.google.com
- Open developer tools
- Go to Application
- Go to Cookies
- Copy the content of
__Secure-1PSID
Use the chatbot
secure_1psid = "..."
chat = BardChat(secure_1psid)
chat.ask("Hello, who are you ?")