This Telegram bot is a highly adaptable and user-friendly creation by Harshit Sharma (harshitethic), designed to provide an engaging and interactive experience to users. Leveraging the power of GPT-Turbo 3.5 and Dall-E models, the bot intelligently generates responses to user queries. While voice and image processing features are currently under development, the bot supports text commands for generating text and images. As a talented developer, Harshit Sharma aims to continually enhance and expand the features of this bot, providing even greater value to users.
- Clone the repository from GitHub:
git clone https://github.com/harshitethic/telegram-gpt-bot.git
- Navigate to the project directory:
cd telegram-gpt-bot
- Install the required dependencies using NPM:
npm install
- Create a
.env
file in the root directory of the project and add your API keys for OpenAI and the Telegram bot. Example:API_KEY_GPT=YOUR_OPENAI_API_KEY
API_KEY_BOT=YOUR_TELEGRAM_BOT_API_KEY
- Run the bot using the command:
node index.js