RSS feeds: Difference between revisions
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| 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]] | |||
==Resources== | |||
* RSS How-to, The Counterforce https://the-counterforce.org/rss-how-to/ | |||
* RSS is not dead, zine (2023) https://audmcname.itch.io/rss-is-not-dead-yet (also in the bootleglibrary!) | |||
[[Category:Workbooks]] | |||
Latest revision as of 11:07, 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).
- Feedparser.py is a Python library to read RSS feeds
- see also: JSON feeds
Resources
- RSS How-to, The Counterforce https://the-counterforce.org/rss-how-to/
- RSS is not dead, zine (2023) https://audmcname.itch.io/rss-is-not-dead-yet (also in the bootleglibrary!)