{"id":19227877,"url":"https://github.com/akimach/google-assistant-pi","last_synced_at":"2025-04-21T01:31:50.106Z","repository":{"id":181837315,"uuid":"104476080","full_name":"akimach/google-assistant-pi","owner":"akimach","description":"Google Assistant on RaspberryPi 3","archived":false,"fork":false,"pushed_at":"2018-01-26T03:50:16.000Z","size":641,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T07:54:04.769Z","etag":null,"topics":["google-assistant","google-home","python","python-3","raspberry-pi","raspberry-pi-3","raspberry-pi-gpio"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akimach.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-09-22T13:13:49.000Z","updated_at":"2023-05-01T07:52:06.000Z","dependencies_parsed_at":"2023-07-17T20:56:29.822Z","dependency_job_id":null,"html_url":"https://github.com/akimach/google-assistant-pi","commit_stats":null,"previous_names":["akimach/google-assistant-pi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akimach%2Fgoogle-assistant-pi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akimach%2Fgoogle-assistant-pi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akimach%2Fgoogle-assistant-pi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akimach%2Fgoogle-assistant-pi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akimach","download_url":"https://codeload.github.com/akimach/google-assistant-pi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249982545,"owners_count":21355716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["google-assistant","google-home","python","python-3","raspberry-pi","raspberry-pi-3","raspberry-pi-gpio"],"created_at":"2024-11-09T15:25:42.399Z","updated_at":"2025-04-21T01:31:49.802Z","avatar_url":"https://github.com/akimach.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Google Assistant for Raspberry Pi 3\n===============================================\n\nDemo\n----\n\n.. image:: https://user-images.githubusercontent.com/17570265/30750609-e0fc4792-9ff1-11e7-93f8-cfdba1c9d7dc.png\n    :target: https://www.youtube.com/watch?v=kjYlPxOtYY8\n\nPrerequisites\n-------------\n\n- `Python \u003chttps://www.python.org/\u003e`_ \u003e= 3.4\n- SBC with ``linux-arm7l`` (eg: Rasbperry Pi 3) or ``linux-x86`` architecture.\n- A `Google API Console Project \u003chttps://console.developers.google.com\u003e`_\n- A `Google account \u003chttps://myaccount.google.com/\u003e`_\n\nPin Assignment\n-------------\n\n======= ===========\nPIN     Device\n======= ===========\n+3V3    \nGND     \nGPIO 17 Tact switch\nGPIO 22 Red LED\n======= ===========\n\n.. image:: ./pin-assignment.png\n\nSetup\n-----\n\n- Install Python 3 on RaspberryPi3 ::\n\n    sudo apt-get update\n    sudo apt-get install python3 python3-pip python3-venv\n\n- Create a new virtual environment (recommended)::\n\n    python3 -m venv env\n    env/bin/python -m pip install --upgrade pip setuptools\n    source env/bin/activate\n\n- Install the sample dependencies using pip_::\n\n    pip install --upgrade -r requirements.txt\n\n- Run the script::\n\n    python3 pi-assistant.py\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakimach%2Fgoogle-assistant-pi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakimach%2Fgoogle-assistant-pi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakimach%2Fgoogle-assistant-pi/lists"}