为全世界语言提供中文翻译。
在 Telegram 上使用
- 私聊机器人,自动翻译文字消息;
- 群聊中添加机器人,使用命令翻译指定消息;
- 任意聊天框,输入 @fanyi_bot 实时翻译。
- [2020.12.05] 彻底解决 API 问题
- [2020.11.14] 脏解决 API 问题
- [2020.08.11] 修复交互细节
- [2020.08.05] 机器人现已无需管理员权限
- [2020.08.04] 使用最新模型,提升翻译质量
- 按照
confi.template
文件的格式新建config.ini
配置文件,将你的 Telegram Bot Token 放入该文件中 pip install -r requirements.txt
安装依赖aiogram
,termcolor
, andgoogletrans
- 执行
python3 main.py
/ 或后台执行setsid python3 main.py
- Python >= 3.7
- aiogram Is a pretty simple and fully asynchronous framework for Telegram Bot API written in Python 3.7 with asyncio and aiohttp.
- googletrans (unofficial) Googletrans: Free and Unlimited Google translate API for Python.
- termcolor (fork version) fork of termcolor Python library