Skip to content

kit4py/telegramGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

telegramGPT

ChatGPT in Telegram as a bot

Telegram ChatBot with OpenAI Integration

This repository contains the code for a Telegram chatbot powered by OpenAI's powerful language model. Users can interact with the chatbot directly on Telegram, engaging in natural language conversations.

Features:

  • Seamless Integration: The chatbot is built using the OpenAI API, which enables it to generate human-like responses to user queries.
  • Natural Language Understanding: The chatbot is trained on a diverse range of internet text sources, providing it with a broad knowledge base to draw from.
  • Real-Time Communication: Users can engage in interactive conversations with the chatbot, asking questions, seeking information, or engaging in general chit-chat.
  • Personalized Experience: The chatbot leverages machine learning to adapt and learn from user interactions, aiming to provide more relevant and tailored responses over time.
  • Open-Source Code: The repository contains the source code, allowing you to explore, modify, and extend the functionality of the chatbot.

Usage:

  1. Set up a Telegram bot token using the Telegram BotFather and configure it in the code.
  2. Obtain an API key from OpenAI and provide it in the code for API integration.
  3. Deploy the code to your preferred hosting platform (e.g., Heroku, AWS, or your own server) or run on your Laptop.
  4. Start the bot and invite users to chat with it on Telegram.

*you can just copy the code from main.py and run it in your IDE, then go to telegram and start your bot

Please note that the OpenAI API has rate limits and usage guidelines, so be mindful of them to ensure a smooth user experience. For more details, refer to the OpenAI API documentation.

Disclaimer: This chatbot is powered by the OpenAI API and is not responsible for the accuracy or reliability of the information provided. Use it at your own discretion.

Happy coding!

Releases

No releases published

Packages

No packages published

Languages