A simpler and faster version of BardAPI.
Project description
simplebardapi
A simpler and faster version of BardAPI.
Get started:
python -m pip install -U simplebardapi
Join my Discord server for live chat, support, or if you have any issues with this package.
Support this repository:
- ⭐ Star the project: Star this repository. It means a lot to me! 💕
- 🎉 Join my Discord Server: Chat with me and others. Join here:
Example:
from simplebardapi import Bard
Secure_1PSID = "yourCookieValue"
bard = Bard(Secure_1PSID)
while True:
prompt = input("👦: ")
try:
resp = bard.generate_answer(prompt)
print(f"🤖: {resp}")
except Exception as e:
print(f"🤖: {e}")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
simplebardapi-1.0.1.tar.gz
(15.8 kB
view details)
Built Distribution
File details
Details for the file simplebardapi-1.0.1.tar.gz
.
File metadata
- Download URL: simplebardapi-1.0.1.tar.gz
- Upload date:
- Size: 15.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 25d939672cb63cb4a9dc70de22ad85116c3afc37bb3fc0ad94bb46db86676aca |
|
MD5 | 22966a0663fe42065f0b9432fae7c029 |
|
BLAKE2b-256 | 248afa217452eae20632583e82e7a979ba4d1553ef83687bdecb6f7489a3f178 |
File details
Details for the file simplebardapi-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: simplebardapi-1.0.1-py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10cb7bb5ebf774e065af6480b3c208df475f18ab7f751c482559d78f8e10dc9a |
|
MD5 | 68a18465c0b6e21ca6ca576db1492e22 |
|
BLAKE2b-256 | a3003b4aba5920816549bda8d964899c8fc742df71a8308adc23448d7b98b136 |