This is the Google Assistant Bot for Telegram. It's using the Google Assistant SDK
- a Telegram bot token
- your own Telegram ID (to be your own personal google assistant)
- Reading the Google SDK documentation
- assistant_helpers.py
- Little bit of patience
Replace YOUR_ID
with your own ID and YOUR_TOKEN
with the token of the bot.
Simply run
python3 telegramassistant.py --device-id YOUR_DEVICE_ID --device-model-id YOUR_DEVICE_MODEL_ID
Make sure to replace YOUR_DEVICE_ID
and YOUR_MODEL_ID
with your own. Otherwise it will not work.