simplebot-org / simplebot

Extensible Delta Chat bot written in Python3
Mozilla Public License 2.0
34 stars 9 forks source link

Translator plugin #4

Closed adbenitez closed 5 years ago

adbenitez commented 5 years ago

Syntax:

!tr <FROM> <TO> <TEXT>

Example:

input:

!tr en es hello world!!!

output:

hola mundo!!!

adbenitez commented 5 years ago

for the first version I think I will use https://pypi.org/project/translators/