All Projects → reycn → fanyi-bot

reycn / fanyi-bot

Licence: MIT License
🤖 Telegram 上的谷歌翻译机器人,为全世界语言提供中文翻译。

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to fanyi-bot

TgTranslator
Telegram bot that removes language barrier between people in groups
Stars: ✭ 32 (-68%)
Mutual labels:  translation, telegram-bot
py-googletranslation
pygoogletranslation: Free and Unlimited Google translate API for Python. Translates totally free of charge.
Stars: ✭ 74 (-26%)
Mutual labels:  translation, googletranslate
node-telegram-keyboard-wrapper
A support to manage keyboards and force replies in Telegram via bots
Stars: ✭ 32 (-68%)
Mutual labels:  telegram-bot
TeachYourselfCS-CN
TeachYourselfCS 的中文翻译 | A Chinese translation of TeachYourselfCS
Stars: ✭ 13,234 (+13134%)
Mutual labels:  translation
TensorGram
A real-time remote service to get the tensorflow callbacks to the telegram including the details of metrics-->pip install tensorgram
Stars: ✭ 79 (-21%)
Mutual labels:  telegram-bot
anki-add-hooks-userscripts
Automate Anki card creation from popular translation websites
Stars: ✭ 17 (-83%)
Mutual labels:  translation
GitHub-Starred-Notify
即時通知你的 repo 有人人給星星囉~
Stars: ✭ 23 (-77%)
Mutual labels:  telegram-bot
crawley
Crawley the Telegram Beholder
Stars: ✭ 24 (-76%)
Mutual labels:  telegram-bot
DaisyX
“ HOLA HUMANS 👋 I'M DAISYX 2.0 heart „ LATEST VERSION OF DAISYX.. Source Code of @Daisyxbot
Stars: ✭ 44 (-56%)
Mutual labels:  telegram-bot
sqlglot
Python SQL Parser and Transpiler
Stars: ✭ 310 (+210%)
Mutual labels:  translation
laravel-forge-bot
It is a chat bot for Telegram. It helps you manage your Laravel Forge servers and can send you deployment notifications.
Stars: ✭ 33 (-67%)
Mutual labels:  telegram-bot
LMPHP
Multi-language management and support on the site.
Stars: ✭ 19 (-81%)
Mutual labels:  translation
MwK-Musics
A Telegram Bot to Play Audio in Voice Chats With Youtube and Deezer support. Supports Live streaming from youtube Supports Mega Radio Fm Streamings
Stars: ✭ 38 (-62%)
Mutual labels:  telegram-bot
Defend-The-Castle
Telegram Bot Game - Defend The Castle
Stars: ✭ 21 (-79%)
Mutual labels:  telegram-bot
FTG-Modules
Modules Repo for GeekTG Friendly-Telegram Mod
Stars: ✭ 20 (-80%)
Mutual labels:  telegram-bot
serverless-transformers-on-aws-lambda
Deploy transformers serverless on AWS Lambda
Stars: ✭ 100 (+0%)
Mutual labels:  translation
lagom-on-kube
This tutorial describes how to bootstrap a production-ready Lagom microservices cluster in a Kubernetes environment.
Stars: ✭ 58 (-42%)
Mutual labels:  telegram-bot
awrora-starter
Landing page template built with one of most popular javascript library Vue.JS, Vuetify (Material Design) and Nuxt.JS with SSR.
Stars: ✭ 38 (-62%)
Mutual labels:  translation
linguist
Linguist is a powerful browser extension for translate pages and text, which are ready to replace your favorite translate service
Stars: ✭ 21 (-79%)
Mutual labels:  translation
whats
🌐 a terminal translation tool
Stars: ✭ 16 (-84%)
Mutual labels:  translation

谷歌翻译机器人(fanyi_bot)

GitHub top language codebeat badge version License Served
为全世界语言提供中文翻译。
在 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, and googletrans
  • 执行 python3 main.py / 或后台执行 setsid python3 main.py

功能预览

  • 私聊或有管理员权限的群聊中直接翻译

  • 在任意聊天窗口 @fanyi_bot 通过 inline query 直接查询

代码依赖

  • 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].