Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neauoire/inky-hole
Display Pi-Hole statistics on the Inky-Phat
https://github.com/neauoire/inky-hole
pi raspberry
Last synced: 16 days ago
JSON representation
Display Pi-Hole statistics on the Inky-Phat
- Host: GitHub
- URL: https://github.com/neauoire/inky-hole
- Owner: neauoire
- Created: 2019-05-07T00:52:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-12T14:43:59.000Z (over 2 years ago)
- Last Synced: 2024-10-13T17:24:44.945Z (29 days ago)
- Topics: pi, raspberry
- Language: Python
- Size: 1.28 MB
- Stars: 176
- Watchers: 6
- Forks: 30
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inky Hole
Display the **number of blocked requests, and filtered traffic**, from [Pi-Hole](https://pi-hole.net), on [Pimoroni's Inky-Phat](https://github.com/pimoroni/inky-phat/issues).
- Setup **Pi-Hole**, follow the [installation instructions](https://learn.adafruit.com/pi-hole-ad-blocker-with-pi-zero-w/install-pi-hole).
- Setup **InkyPhat**, follow the [installation instructions](https://learn.pimoroni.com/tutorial/sandyj/getting-started-with-inky-phat).
- Clone this repo on your [Raspberry Pi Zero W](https://www.raspberrypi.org/products/).## Reload automatically every 30 minutes
Edit `crontab`.
```
crontab -e
```Add the following line:
```
*/30 * * * * python /home/pi/inky-hole/main.py
```Enjoy!