All Projects → kyai → google-translate-tk

kyai / google-translate-tk

Licence: other
Calculate google translate's token(tk) by Golang

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to google-translate-tk

HighlightTranslator
Highlight Translator can help you to translate the words quickly and accurately. By only highlighting, copying, or screenshoting the content you want to translate anywhere on your computer (ex. PDF, PPT, WORD etc.), the translated results will then be automatically displayed before you.
Stars: ✭ 54 (+63.64%)
Mutual labels:  google-translate, google-translate-api
translation-google
A Google Translate component for Nodejs.
Stars: ✭ 42 (+27.27%)
Mutual labels:  google-translate, google-translate-api
googletrans
G文⚡️: Concurrency-safe, Free and Unlimited google translate api for Golang. 🔥免费、无限、并发安全的谷歌翻译包
Stars: ✭ 94 (+184.85%)
Mutual labels:  google-translate, google-translate-api
Discord-AIO
Discord AIO (All In One) - discord stealer/token grabber builder with token checks, webhook spammer, obfuscation, encryption, crypto miner, RAT and a lot of extra features.
Stars: ✭ 105 (+218.18%)
Mutual labels:  token
protocol
Covee protocol for decentralized teamwork
Stars: ✭ 18 (-45.45%)
Mutual labels:  token
Batched-Grabber
🖥️ Windows Batch and powershell Discord Token grabber. Made for Troll (lmao)
Stars: ✭ 39 (+18.18%)
Mutual labels:  token
CoinMarketCap-Desktop
A simple desktop wrapper for CoinMarketCap
Stars: ✭ 21 (-36.36%)
Mutual labels:  token
phalcon-micro-rest-api-skeleton
This is a basic API REST skeleton written on Phalcon PHP. Great For building an MVP for your frontend app (Vue, react, angular, or anything that can consume an API)
Stars: ✭ 57 (+72.73%)
Mutual labels:  token
node-dev-server
基于Express,Sequelize、IIS的MVC新手项目
Stars: ✭ 12 (-63.64%)
Mutual labels:  token
TheWorldExchange
A purely client-side wallet and direct interface showcasing the full functionality of Ripple / blockchain.
Stars: ✭ 34 (+3.03%)
Mutual labels:  token
Awesome NFTs
A curated collection about NFTs - by bt3gl
Stars: ✭ 42 (+27.27%)
Mutual labels:  token
erc1363-payable-token
Code implementation for the ERC-1363 Payable Token
Stars: ✭ 83 (+151.52%)
Mutual labels:  token
Windows-Python-RAT
A New Microsoft Windows Remote Administrator Tool [RAT] with Python by Sir.4m1R.
Stars: ✭ 70 (+112.12%)
Mutual labels:  token
pyseto
A Python implementation of PASETO and PASERK.
Stars: ✭ 21 (-36.36%)
Mutual labels:  token
ethereum-contracts
Knowledge Ethereum Smart Contracts
Stars: ✭ 41 (+24.24%)
Mutual labels:  token
blockstarter
This is a white label solution to create a contribution crypto-wallet that can be used in your ICO campaign.
Stars: ✭ 21 (-36.36%)
Mutual labels:  token
aiEyes
🤖 👁️ Describes photos using audio for Blind and Visually-Impaired Users
Stars: ✭ 23 (-30.3%)
Mutual labels:  google-translate
mock-oauth2-server
A scriptable/customizable web server for testing HTTP clients using OAuth2/OpenID Connect or applications with a dependency to a running OAuth2 server (i.e. APIs requiring signed JWTs from a known issuer)
Stars: ✭ 83 (+151.52%)
Mutual labels:  token
fastapi-auth0
FastAPI authentication and authorization using auth0.com
Stars: ✭ 104 (+215.15%)
Mutual labels:  token
Spring-Api-APP
用以快速构建APP专用的API后台系统,可选全接口加密,保证数据安全,全局异常处理,使用Token作为无状态登录验证,security做权限验证,swagger-2-API可视化及调试,可以作为微服务使用
Stars: ✭ 51 (+54.55%)
Mutual labels:  token

Usage

import gt "github.com/kyai/google-translate-tk"

Get tkk, this value usually does not change, so you can cache it.

tkk, _ := gt.GetTKK()

Get tk, give the text to be translated and tkk.

tk := gt.GetTK("hello", tkk)
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].