A lightweight and smart Telegram Bot for real-time message translation.
Built with Node.js, Telegram Bot API, and a simple translation engine powered by One API.
- 🌐 Real-time message translation
- 💬 Multi-language support
- ⚙️ Easy setup using
.env - 🪶 Lightweight and developer-friendly
- 🔧 Fully customizable and extendable
Create a .env file in your project root:
TELEGRAM_BOT_TOKEN= # Your Telegram Bot token from BotFather
DATABASE_URL= # Your database connection URL
ONE_API_TOKEN= # Your One API key for translation servicesInstall dependencies and start the bot:
npm install
npm startFeel free to use, modify, and share with credit to @imNima10 💜
If you like this project, don't forget to give it a ⭐ on GitHub!
Pull requests and ideas are always welcome!
If you find a bug or want to improve something, open an issue or PR.
Author: @imNima10
Built with 💻 + ☕ + ❤️