AI-Powered Translation
Seamlessly translate between any two languages with AI-powered accuracy. Perfect for bilingual conversations in Hinglish style.
Hello, how are you?
🔁 Translated Hinglish:
`Namaste, aap kaise hain?`
Everything you need for seamless translation
Get started in just a few simple steps
Configure your preferred translation languages using the /set command.
Simply type your message in either language and send it to the bot.
Receive instant AI-powered translation in Hinglish style.
Follow these steps to obtain the required API keys and tokens
Get your free Google AI API key to power the translation functionality.
Create a new Telegram bot and get your bot token from BotFather.
Set up your own translation bot in minutes
git clone https://github.com/jaixmario/translator_telegram_bot.gitpip install pyTelegramBotAPI google-generativeaiEdit the bot.py file and replace the placeholder values:
API_KEY = "your_google_ai_api_key_here"BOT_TOKEN = "your_telegram_bot_token_here"python bot.pyYou should see "🤖 Bot is running..." message
Help us make this bot even better
Submit pull requests for new features, bug fixes, or improvements to the codebase.
Found a bug or have a suggestion? Open an issue on GitHub to help us improve.
Help us test and improve translation quality for different language pairs.
Have ideas for new features? Share them with us through GitHub discussions.
Help improve documentation, add examples, or create tutorials for other users.
Test the bot with different languages and provide feedback on translation quality.
Whether you're a developer, linguist, or just someone who loves open source projects, we'd love to have your contribution!
Download the code and start building your own AI-powered translation bot today.