emphyrio.io

Creative hobbyist — coding, 3D printing & experiments

Science News Scraper

Emphyrio.io — Science News Scraper

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.

✨ Features

🚀 Getting Started

Requirements

Install dependencies:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Run the app

python app.py

Access the web UI on:

http://<your-pi-ip>:5000

🛠️ Manage RSS Feeds

Click the 🟠 RSS icon in the header to manage sources. You can:

📂 Project Layout

💡 Hosting

You can auto-start this app on boot via:

https://github.com/emphyri0/sciencenewsscraper

Recent Blog Posts

Terminal Network Scanner

April 21, 2025

🔍 Terminal Network Scanner Ever wondered what devices are lurking on your local network? Whether you're a curious Raspbe...