Skip to content

APTEM591/AnchousTranslate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnchousTranslate

A simple telegram bot written on c++ for translating things from one language to another.

Uses Google Translation API to automatically translate anything you type. Limit is 1000 characters per hour due to API limits.

Required TG bot token and Google cloud API key to get this bot to work.

Usage examples:

Note: you need to specify target language and source text only, the source language will be detected automatically.

input: "/translate en Привіт Світ!"

uk: Привіт Світ!
-------------
en: Hello World!

input: "/translate fr Hello World!"

en: Hello World!
-------------
fr: Bonjour le monde!

input: "/limit"

You have 395 characters left for this hour

About

Telegram bot for translating text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages