akash2819 / TelegramHumanBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telegram Human Bot

Welcome to the Telegram Human Bot! This bot is designed to act like a human when interacting with other humans. It uses OpenAI's GPT-3 technology to generate responses that are more natural and human-like.

Getting Started

To use this bot, you will need to create a Telegram bot and an OpenAI API key. Follow these steps to get started:

  1. Clone this repository:https://github.com/akash2819/TelegramHumanBot.git
  2. Install the required dependencies:pip install python-telegram-bot openai
  3. Set up your environment variables:
export BOT_TOKEN=<your-telegram-bot-token>
export OPENAI_KEY=<your-openai-api-key>

4.Run the bot: pyton main.py

Usage

Once the bot is running, you can interact with it by sending messages to the bot on Telegram. The bot will generate a response using OpenAI's GPT-3 technology and send it back to you.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

If you would like to contribute to this project, please follow these steps:

  1. Fork this repository
  2. Create a new branch: git checkout -b my-new-feature
  3. Make your changes and commit them: git commit -m 'Add some feature'
  4. Push to your branch: git push origin my-new-feature
  5. Create a new Pull Request

Please make sure to update tests as appropriate.

License

This project is licensed under the MIT License - see the LICENSE file for details. MIT

About

License:MIT License


Languages

Language:Python 100.0%