An open API service indexing awesome lists of open source software.

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

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

![Interface Preview](photo.png)

---

## ๐Ÿ“ฆ 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`.