https://github.com/mnk400/holeinfo
A script to print Pi-Hole information in your terminal without needing to SSH into your pi. Written using curses in python.
https://github.com/mnk400/holeinfo
curses pi-hole python raspberry-pi
Last synced: 10 months ago
JSON representation
A script to print Pi-Hole information in your terminal without needing to SSH into your pi. Written using curses in python.
- Host: GitHub
- URL: https://github.com/mnk400/holeinfo
- Owner: mnk400
- License: mit
- Created: 2018-05-23T19:16:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-22T21:24:57.000Z (over 3 years ago)
- Last Synced: 2024-10-10T02:23:19.851Z (over 1 year ago)
- Topics: curses, pi-hole, python, raspberry-pi
- Language: Python
- Homepage:
- Size: 5.7 MB
- Stars: 84
- Watchers: 4
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Pi-Hole Status
Command-line utility to display pi-hole statistics in your terminal without having to login or setting up any additional confirmation.

Script updates every 30 seconds by default, `-s` can be specified to change the update
timer like `holeinfo -s 5`.
Option `-ip` can be specified to supply a custom IP address/URL to the script like `holeinfo -ip 192.168.1.64`, by default the script will attempt to reach pi.hole domain which is usually automatically configured when installing piHole.
Can be installed using pip:
```
pip3 install holeinfo
```
Installing from source:
```
git clone https://github.com/mnk400/holeinfo
cd holeinfo
python3 build.py install
```
Usage:
```
$ holeinfo
```