GAssistant-TG_Bot
March 26, 2025 ยท View on GitHub
A Telegram bot for the Google Assistant
This is a WIP and nothing is really set in stone yet lol
How to setup
- Create or open a project in the Actions Console
- Follow the instructions to register a device model
- Download
credentials.json - Install the
google-oauthlib-toolin a Python 3 virtual environment:
python3 -m venv env
env/bin/python -m pip install --upgrade pip setuptools
env/bin/pip install --upgrade "google-auth-oauthlib[tool]"
- Use the
google-oauthlib-toolto generate credentials:
env/bin/google-oauthlib-tool --client-secrets credentials.json --scope https://www.googleapis.com/auth/assistant-sdk-prototype --save --headless