emphyrio.io

Creative hobbyist β€” coding, 3D printing & experiments

Building a Science News Scraper with Python & Raspberry Pi

Ever wished for a clean, distraction-free overview of all the latest science news in one place? No ads, no tracking, just pure content. That’s exactly what I wanted too β€” so I built it.

Today, I’m introducing Emphyrio.io Science News Scraper:
A lightweight Python-powered web app that runs on a Raspberry Pi and gives you a beautiful, searchable, filterable feed of science articles, aggregated from your favorite RSS sources.

Schermafbeelding%202025-04-14%20104833

⚑ What It Does


πŸ› οΈ Tech Behind It

Here’s a quick peek at the UI:


🧰 How to Use It

Clone it, install the dependencies, and launch:

git clone https://github.com/emphyri0/sciencenewsscraper
cd emphyrio-science-scraper
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python app.py

Then visit http://your-pi-ip:5000 in your browser. Done.


πŸ“₯ Adding RSS Feeds

Just click the πŸ“‘ icon in the header. You can:

If you want a science-first, minimal, private reading experience β€” give it a go.
Let me know what you’d add to it. PRs are welcome. This is just the start.

Stay curious,
β€” emphyrio.io

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...