Internet-feeds

September 19, 2026 ยท View on GitHub

This is a database of Internet feeds. Just unzip feeds.db.zip!

The archive contains a SQLite database, generated from various curated link collections

You can open the database with any SQLite tool.

Data

linkdatamodel, count: 56467

How can your page, or RSS feed enter this database? Well...

  • first it needs to be on the internet. Available, scrapable (title and stuff needs to be there)
  • it needs to wait, until it is picked up by scrapers
  • only feeds with a great amount of attention and recognition are part of this database

Demo

Online Demo is available at https://rumca-js.github.io/feeds

Access via web interface

unpack feeds.zip
python3 -m http.server 8000          # start server
https://localhost:8000/search.html   # visit

Sources

This project uses sources:

awesome databases