parent
a2460c7cb0
commit
7c42d8f081
@ -1,45 +1,35 @@
|
|||||||
# Translate ReeBot
|
# Translate ReeBot
|
||||||
|
|
||||||
### About
|
### About
|
||||||
* Uses DeepL for Telegram inline translations to `de`, `en` and `ru` (there is no `ua` in DeepL).
|
* Telegram inline translations via DeepL and Google.
|
||||||
|
* Supports `de`, `en` , `ua`, `es`, `fr`, `it`.
|
||||||
|
* Max ~256 characters per query.
|
||||||
|
|
||||||
### How To Use
|
### How To Use
|
||||||
* **setup**
|
* **Setup**
|
||||||
* go to the Telegram user `@translate_reebot`
|
* Go to the Telegram user `@translate_reebot`.
|
||||||
* type `/start`
|
* Type `/start`.
|
||||||
* **usage**
|
* **Usage**
|
||||||
* go to any chat
|
* Go to any chat.
|
||||||
* type `@translate_reebot hello,,`
|
* Type `@translate_reebot hello,,`.
|
||||||
* replace `hello` with text of your choice.
|
* Replace `hello` with text of your choice.
|
||||||
* (`,,` is the "send query" command)
|
* (`,,` is the "send query" command)
|
||||||
* this will translate to `de`
|
* This will translate to `de`.
|
||||||
* can also type `@translate_reebot hello,,ru` or `@translate_reebot hello,,en`
|
* Can also type `@translate_reebot hello,,ua`.
|
||||||
* this will translate to `ru` or `en`
|
* This will translate to the specified language.
|
||||||
* for next use should be able to type `@tr` and `TAB`
|
* **Troubleshooting**
|
||||||
* if it stops working, write me at ivan ; olexyn ; com.
|
* It is somewhat experimental - if it stops working, please notify me.
|
||||||
|
|
||||||
### Как использовать
|
|
||||||
* **установка**
|
|
||||||
* перейти к пользователю Telegram `@translate_reebot`
|
|
||||||
* введите `/start`
|
|
||||||
* **использование**
|
|
||||||
* зайдите в любой чат
|
|
||||||
* введите `@translate_reebot hello,,`
|
|
||||||
* замените `hello` на текст по вашему выбору.
|
|
||||||
* (`,,` - это команда "отправить запрос")
|
|
||||||
* это будет переведено как `de`
|
|
||||||
* можно также ввести `@translate_reebot hello,,ru` или `@translate_reebot hello,,en`
|
|
||||||
* это переведет на `ru` или `en`.
|
|
||||||
* для следующего использования должна быть возможность набирать `@tr` и `TAB`
|
|
||||||
* если он перестанет работать, напишите мне по адресу ivan ; olexyn ; com.
|
|
||||||
|
|
||||||
### How To Run
|
<br>
|
||||||
* enter API-keys into `keys-template.json`, then rename to `keys.json`.
|
<hr>
|
||||||
* see `Dockerfile`
|
<br>
|
||||||
* also, suggested to use separate bot for testing.
|
|
||||||
|
|
||||||
|
### Coffee
|
||||||
|
* Translating is comparably cheap (256 chars ~ CHF 0.005).
|
||||||
|
* If you still want to support the app, or suggest new features: https://ko-fi.com/io42630
|
||||||
|
|
||||||
### Special Thanks
|
### Special Thanks
|
||||||
* https://github.com/baitun/node-telegram-translate-bot
|
* https://github.com/baitun/node-telegram-translate-bot
|
||||||
* https://github.com/yagop/node-telegram-bot-api
|
* https://github.com/yagop/node-telegram-bot-api
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in new issue