Skip to content

Boudewijn26/gTTS-token

Repository files navigation

gTTS-token Build status

Notice: With the changes made to Google Translate in November 2020, this project should no longer be necessary. This project will not be updated to maintain compatibility and dependents should change to the newer API. You can find a thorough analysis in docs/november-2020-translate-changes. Feel free to @ me to help investigate future changes.

gTTS-token (Google Text to Speech token): A python implementation of the token validation of Google Translate

Install

pip install gTTS-token

Description

Google Translate requires a tk param when making a request to its translate API. This project provides an implementation for that algorithm in Python.