https://github.com/grenguar/translit-telegram-bot
Bot for translating from latin letters and cyrilic letters.
https://github.com/grenguar/translit-telegram-bot
bot chatbot latin-letters node-js telegram transliteration
Last synced: about 1 month ago
JSON representation
Bot for translating from latin letters and cyrilic letters.
- Host: GitHub
- URL: https://github.com/grenguar/translit-telegram-bot
- Owner: Grenguar
- License: mit
- Created: 2018-04-05T17:19:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-17T20:43:54.000Z (about 8 years ago)
- Last Synced: 2025-01-24T18:34:45.235Z (over 1 year ago)
- Topics: bot, chatbot, latin-letters, node-js, telegram, transliteration
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# translit-telegram-bot
Telegram Bot for transliterating from Cyrillic to Latin letters.
## Usage
Find already deployed bot in telegram - **@translit_ru_bot**
Start writing in Russian or English.
It will automatically translate the words. (For now, mixing letters from different languages is not working)
Don't want to install Russian keyboard layout?
The bot can work in inline mode.
You need to mention the bot in the chat and type the string for transliteration.
### Related projects and websites
node-telegram-api: https://github.com/yagop/node-telegram-bot-api
For deployment I have used Heroku (https://www.heroku.com/)
This tutorial is really great for deployment with Heroku:
https://tutorials.botsfloor.com/logging-bot-in-10-minutes-d48a1b6bdae4
Thank you for the inspiration: https://github.com/ashtokalo/php-translit