Skip to content

Google Bard is a ‎Chat Based AI Tool from Google, This is a Python Telegram Bot script leveraging the aiogram library to interact with Google Bard through cookie value.

bisnuray/google-bard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Google Bard Telegram Bot 🤖

Google Bard is a ‎Chat Based AI Tool from Google, This is a Python Telegram Bot script leveraging the aiogram library to interact with Google Bard through cookie value. This repository contains the core script that facilitates the communication between the user and Bard,


🌟 Features

  • 🔄 Asynchronous Communication: Leverage the power of async for seamless interactions
  • ⚙️ Error Handling: Robust error handling for a smoother user experience
  • 🍪 Accepts text prompts and generates text using the Google Bard through cookie value
  • 📲 Provides generated text as a response in Telegram
  • ✍️ Supports the /start command for welcoming users 👋 and the /bard command for generating text

🚀 Getting Started

Prerequisites

  • Python 3.7 or higher
  • Libraries: aiogram, requests
  • A Telegram bot token.
  • __Secure-1PSID and __Secure-1PSIDTS from bard.google.com.

How to get the 1PSID and 1PSIDTS Key

  1. Secure-1PSID Key:

    • Visit the Google Bard.
    • Open Inspect or CTLR+Shift+I
    • Go to the : Application → Cookies → Copy the value of __Secure-1PSID cookie.
    • Warning Do not expose the Secure-1PSID
  2. Secure-1PSIDTS Key:

    • Visit the Google Bard.
    • Open Inspect or CTLR+Shift+I
    • Go to the : Application → Cookies → Copy the value of __Secure-1PSIDTS cookie.

Installation

  1. Install the required Python packages:
  • This is a framework for Telegram Bot API. You can install it using pip:
    pip install aiogram==2.6
    
  • This is a popular Python HTTP library. You can install it with pip:
    pip install requests
    
  1. Update the bard.py file with your [Telegram bot token], V = Secure-1PSID cookie key, and W = Secure-1PSIDTS cookie key

  2. Run the Google Bard bot:

python bard.py

📚 Usage

  1. Start a chat with your bot on Telegram.
  2. Ask question to Bard: /bard <query>.

Author

Feel free to reach out if you have any questions or feedback.

About

Google Bard is a ‎Chat Based AI Tool from Google, This is a Python Telegram Bot script leveraging the aiogram library to interact with Google Bard through cookie value.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages