All Projects → yixianle → Google Translate

yixianle / Google Translate

Licence: mit
翻译工具 支持网页翻译和文本翻译

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Google Translate

Google Translate Api
A free and unlimited API for Google Translate 💵🚫
Stars: ✭ 1,996 (+460.67%)
Mutual labels:  api, google, translate
Google Translate
🈯 A Node.JS library to consume Google Translate API for free.
Stars: ✭ 152 (-57.3%)
Mutual labels:  api, google, translate
Mtrans
Multi-source Translation
Stars: ✭ 711 (+99.72%)
Mutual labels:  api, google, translate
Php Google Translate Free
PHP class to use the Google Translator API for free.
Stars: ✭ 182 (-48.88%)
Mutual labels:  api, google, translate
Trino
Trino: Master your translations with command line!
Stars: ✭ 118 (-66.85%)
Mutual labels:  api, google, translate
Deeply
PHP client for the DeepL.com translation API (unofficial)
Stars: ✭ 152 (-57.3%)
Mutual labels:  api, translate
Youtubeshop
Youtube autolike and autosubs script
Stars: ✭ 177 (-50.28%)
Mutual labels:  api, google
Blog Service
blog service @nestjs
Stars: ✭ 188 (-47.19%)
Mutual labels:  api, koa2
Strapi Sdk Javascript
🔌 Official JavaScript SDK for APIs built with Strapi.
Stars: ✭ 247 (-30.62%)
Mutual labels:  api, koa2
Dialogflow Web
Web App for Dialogflow
Stars: ✭ 135 (-62.08%)
Mutual labels:  api, google
Video Admin
node+koa2+mysql
Stars: ✭ 192 (-46.07%)
Mutual labels:  api, koa2
Realtime object detection
Plug and Play Real-Time Object Detection App with Tensorflow and OpenCV. No Bugs No Worries. Enjoy!
Stars: ✭ 260 (-26.97%)
Mutual labels:  api, google
Googleauthr
Google API Client Library for R. Easy authentication and help to build Google API R libraries with OAuth2. Shiny compatible.
Stars: ✭ 150 (-57.87%)
Mutual labels:  api, google
Googleplay Api
Google Play Unofficial Python API
Stars: ✭ 278 (-21.91%)
Mutual labels:  api, google
Flutter Ui Nice
More than 130+ pages in this beautiful app and more than 45 developers has contributed to it.
Stars: ✭ 3,092 (+768.54%)
Mutual labels:  api, google
Google Chart
Google Charts API web components
Stars: ✭ 284 (-20.22%)
Mutual labels:  api, google
Googleanalyticsr
Use the Google Analytics API from R
Stars: ✭ 213 (-40.17%)
Mutual labels:  api, google
Translators
🌏🌍🌎Translators🌎🌍🌏 is a library which aims to bring free, multiple, enjoyable translation to individuals and students in Python. Translators是一个旨在用Python为个人和学生带来免费、多样、愉快翻译的库。
Stars: ✭ 295 (-17.13%)
Mutual labels:  google, translate
Ng Gapi
ng-gapi a Google api module for Angular 6+
Stars: ✭ 126 (-64.61%)
Mutual labels:  api, google
Geeksay
🤓 geeks will ctrl+s the world!
Stars: ✭ 127 (-64.33%)
Mutual labels:  api, translate

google translate

项目采用koa2+react
由于google translate api是收费的,翻译模块用的是我另外一个项目 translate-api
基于爬虫技术 抓取google翻译,实现了文本翻译和网页翻译。

在线地址

http://translate.witbag.cn/

google translate

文本翻译

文本翻译是先计算出google token,以post方式调用翻译接口。相比不需要计算token的get方式,突破了最大请求2048字符的限制。

网页翻译

网页翻译是通过爬虫模拟google translate 翻译步骤

使用

# 安装依赖
npm install
# 开发环境运行
npm start
# 打包编译
npm run build
# 生成环境启动
npm run pm2
# console
npm run console
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].