RSS feeds: Difference between revisions
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
* see also: [[JSON feeds]] | * see also: [[JSON feeds]] | ||
== | ==Resources== | ||
* https://the-counterforce.org/rss-how-to/ | * https://the-counterforce.org/rss-how-to/ | ||
* https://audmcname.itch.io/rss-is-not-dead-yet (also in the bootleglibrary!) | |||
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).
- Feedparser.py is a Python library to read RSS feeds
- see also: JSON feeds
Resources
- https://the-counterforce.org/rss-how-to/
- https://audmcname.itch.io/rss-is-not-dead-yet (also in the bootleglibrary!)