Skip to content

rumca-js/Internet-feeds

Repository files navigation

Internet-feeds

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

The archive contains a SQLite database, generated from various curated link collections (e.g. the https://github.com/rumca-js/Internet-Places-Database project).

You can open the database with any SQLite tool.

Data

Table: linkdatamodel, Row count: 4091

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

Access via web interface

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

About

RSS feeds repository

Topics

Resources

License

GPL-3.0, CC-BY-4.0 licenses found

Licenses found

GPL-3.0
LICENSE
CC-BY-4.0
LICENSE_DATA

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published