- Create a new project
- Enable Text-to-Speech and Translation API
- Download key file (JSON)
- Create a Bot
- Get the bots token
Set TELEGRAM_BOT_TOKEN and GOOGLE_KEYFILE_PATH according to your credentials.
$ docker run \
-e BOT_TOKEN="[TELEGRAM_BOT_TOKEN]" \
-v [GOOGLE_KEYFILE_PATH]:/google-keyfile.json \
candlehater/telegram-url-to-speech