Skip to content

kedarui/google-translate

 
 

Repository files navigation

google translate

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

在线地址

http://translate.hotcn.top/

google translate

文本翻译

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

网页翻译

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

使用

# 安装依赖
npm install
# 开发环境运行
npm start
# 打包编译
npm run build
# 生成环境启动
npm run pm2
# console
npm run console

About

翻译工具 支持网页翻译和文本翻译

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.9%
  • CSS 32.1%
  • HTML 7.0%