PI Dashboard: A Lightweight Terminal System Monitor for Raspberry Pi (and Linux!)
April 27, 2025
If you're like me and run headless systems like Raspberry Pis for various tasks (home automation, media server, Docker p...
Creative hobbyist — coding, 3D printing & experiments
A simple yet elegant Flask-based web app that scrapes and displays English science news via RSS feeds. Built for Raspberry Pi 4 (running Pi OS Lite), designed with Tailwind and lucide icons, featuring dark mode, favorites, filtering, and responsive layout.
Install dependencies:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python app.py
Access the web UI on:
http://<your-pi-ip>:5000
Click the 🟠 RSS icon in the header to manage sources. You can:
app.py
: Main Flask apptemplates/index.html
: Front-end layoutnews.db
: SQLite databaserequirements.txt
: DependenciesREADME.md
: This fileYou can auto-start this app on boot via:
https://github.com/emphyri0/sciencenewsscraper
April 27, 2025
If you're like me and run headless systems like Raspberry Pis for various tasks (home automation, media server, Docker p...
April 21, 2025
🔍 Terminal Network Scanner Ever wondered what devices are lurking on your local network? Whether you're a curious Raspbe...
April 14, 2025
Ever wished for a clean, distraction-free overview of all the latest science news in one place? No ads, no tracking, jus...