{"id":23139080,"url":"https://github.com/circuit/circuit-google-assistant","last_synced_at":"2025-08-17T11:33:27.586Z","repository":{"id":20090539,"uuid":"82018324","full_name":"circuit/circuit-google-assistant","owner":"circuit","description":"Google Assistant integration with Circuit","archived":false,"fork":false,"pushed_at":"2023-03-04T02:58:00.000Z","size":1279,"stargazers_count":13,"open_issues_count":6,"forks_count":4,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-04-11T15:42:23.584Z","etag":null,"topics":["circuit","google-assistant","google-home","webrtc"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/circuit.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2017-02-15T03:55:21.000Z","updated_at":"2023-09-12T12:39:39.000Z","dependencies_parsed_at":"2023-01-12T08:15:57.612Z","dependency_job_id":null,"html_url":"https://github.com/circuit/circuit-google-assistant","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circuit%2Fcircuit-google-assistant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circuit%2Fcircuit-google-assistant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circuit%2Fcircuit-google-assistant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circuit%2Fcircuit-google-assistant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/circuit","download_url":"https://codeload.github.com/circuit/circuit-google-assistant/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230121628,"owners_count":18176477,"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":["circuit","google-assistant","google-home","webrtc"],"created_at":"2024-12-17T13:13:12.949Z","updated_at":"2024-12-17T13:13:13.611Z","avatar_url":"https://github.com/circuit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Circuit Virtual Assistant\n\nIntegration between Circuit and Google Home (Google Virtual Assistant). Google Conversation Actions are built using DialogFlow. The exported DialogFlow agent is available as `circuit-va.zip`.\n\nYou don't need a Google Home. [Google Assistant](https://assistant.google.com/) also works on any Android and even iOS phone, the [web simulator](https://developers.google.com/actions/tools/web-simulator).\n\n## How it works\nGoogle Assistant listens for and Invocation Name (e.g. Unify Circuit) to start the app and listens for commands. Once a match to an intent is found, the intent can either be handled on DialogFlow directly or by this node application via webhooks. The first time you launch the \"Circuit Communicator\", account linking is done via OAuth.\n\n## Available in Google Assistant Store\nCurrent version in store only works with circuitsandbox.net system.\nhttps://assistant.google.com/services/a/uid/000000b54b860f99?hl=en\n\n## Resources\n - https://developers.google.com/actions\n - https://dialogflow.com/\n - https://circuit.github.io/\n - https://circuitsandbox.net/sdk/\n\n\n## Getting Started\n\n### Configuration\nCopy `config.json.template` as `config.json` and enter your credentials. You can request Circuit credentials at https://circuit.github.io/.\n\n```json\n// Get your own credentials at https://circuit.github.io\n{\n  \"oauth\": {\n    \"client_id\": \"\u003cyour Client ID\u003e\",\n    \"domain\": \"circuitsandbox.net\"\n  }\n}\n```\n\n### Run the node app\nThe node app needs to be publicly accessible for Google Home to call your webhooks. That means to either host the app (heroku, aws, google cloud, etc) or a much better solution for development is [ngrok](https://ngrok.com/).  The webhook url then needs to be entered on DialogFlow's fullfillment page.\n\n```bash\n    git clone https://github.com/yourcircuit/circuit-google-assistant.git\n    cd circuit-google-assistant\n    npm install\n    npm start\n```\n\n### Screenshots\n\u003ckbd\u003e\u003cimg src=\"images/linking.png\" width=\"280px\"\u003e\u003c/kbd\u003e\n\u003ckbd\u003e\u003cimg src=\"images/sendmessage.png\" width=\"280px\"\u003e\u003c/kbd\u003e\n\u003ckbd\u003e\u003cimg src=\"images/calluser.png\" width=\"280px\"\u003e\u003c/kbd\u003e\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcircuit%2Fcircuit-google-assistant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcircuit%2Fcircuit-google-assistant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcircuit%2Fcircuit-google-assistant/lists"}