RSS feeds: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 2: Line 2:


* [[Feedparser.py]] is a Python library to read RSS feeds
* [[Feedparser.py]] is a Python library to read RSS feeds
* see also: [[JSON feeds]]


see also: [[JSON feeds]]
==How to's==
 
* https://the-counterforce.org/rss-how-to/

Revision as of 11:06, 11 February 2026

RSS stands for Really-Simple Syndication and is a format for publishing "feeds" or a kind of "table of contents" of resources on a website. Originally used for the mostly textual information blogs, RSS feeds can deliver information about images (from for instance Flickr), and are the technology behind podcasts (audio) and vodcasts (video).

How to's