https://github.com/braydos-h/gspeakerlookup
If you are connected to a network with a goLive terminal dashboard for Google smart speakers (Chromecast, Nest Audio, etc.) using their local API.ogle smart speaker use this little script to see some info about it
https://github.com/braydos-h/gspeakerlookup
cybersecurity google-api localnetwrok powershell-script python script smart-home
Last synced: 3 months ago
JSON representation
If you are connected to a network with a goLive terminal dashboard for Google smart speakers (Chromecast, Nest Audio, etc.) using their local API.ogle smart speaker use this little script to see some info about it
- Host: GitHub
- URL: https://github.com/braydos-h/gspeakerlookup
- Owner: braydos-h
- License: mit
- Created: 2025-05-19T07:31:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-24T02:39:50.000Z (about 1 year ago)
- Last Synced: 2025-07-01T14:11:32.628Z (about 1 year ago)
- Topics: cybersecurity, google-api, localnetwrok, powershell-script, python, script, smart-home
- Language: Python
- Homepage:
- Size: 288 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ๐ฐ๏ธ Google Speaker Info Dashboard
Live terminal dashboard for Google smart speakers (Chromecast, Nest Audio, etc.) using their local API.
โ
Color-coded
โ
Menu-driven
โ
Cross-platform
โ
Zero cloud required

---
## ๐ฆ Features
- ๐ Real-time speaker monitoring (updates every 5s)
- ๐ข Color-coded Wi-Fi & status indicators
- ๐ก Accesses local `/eureka_info` API (no Google account required)
- โ๏ธ Menu options: monitor, one-shot, raw JSON
- ๐งผ Minimal dependencies (just `colorama` on Windows)
---
## ๐ Installation
### ๐ง Requirements
- Python 3.7+
- Device must be reachable on your local network
- *(Optional but recommended)*
Enable ANSI colors on Windows:
```bash
pip install colorama>=0.4,<0.5
```
Or install from `requirements.txt`.