A translation bot built with LXMFy and Argos Translate that provides offline translation capabilities through the Reticulum Network.
- Offline translation using Argos Translate
- Support for multiple languages
# Install from PyPI
pip install lxmfy-translate-bot
- Start the bot:
lxmfy-translate-bot
- Available commands:
translate <source_lang> <target_lang> <text>
- Translate text between languages Example:translate en es Hello world
languages
- List all available languages for translation
The bot uses standard language codes (e.g., 'en' for English, 'es' for Spanish). Use the languages
command to see all available language codes.
MIT License