Skip to content

The AI Telegram Bot is an innovative chatbot designed to provide users with instant answers to their inquiries using the powerful GPT-4 language model. Built with Python, this bot leverages the Telegram API to create an interactive and engaging experience for users.

Notifications You must be signed in to change notification settings

AliFathi1325/AI_Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AI Telegram Bot

This project is a simple Telegram bot designed to answer user questions using the GPT-4 model. Users can ask their questions through the bot, and it will provide generated responses.

Features

  • Answers user questions using the GPT-4 AI model
  • Welcomes users upon starting
  • Responds to text messages

Prerequisites

Before running the bot, ensure that the following are installed:

  • Python
  • The following libraries:
pip install -r requirements.txt

Setup

  1. Clone this repository:

    git clone https://github.com/AliFathi1325/AI_Bot.git
  2. Create a .env file:

    In the project directory, create a file named .env and add your Telegram bot token:

    BOT_TOKEN=your_telegram_bot_token
    
  3. Run the bot:

    python your_script_name.py

    (Replace your_script_name.py with the name of your Python file)

Usage

  • After setting up the bot, go to Telegram and chat with your bot (using the username you chose for it).
  • Start with the command /start and ask your questions.

Contribution

If you would like to contribute to this project, we would love to hear your feedback and suggestions.

About

The AI Telegram Bot is an innovative chatbot designed to provide users with instant answers to their inquiries using the powerful GPT-4 language model. Built with Python, this bot leverages the Telegram API to create an interactive and engaging experience for users.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages