From ce5ba76903cb54c103bc90e8cfd5c5c0e5ba53b9 Mon Sep 17 00:00:00 2001 From: ch0ccyra1n Date: Tue, 9 Aug 2022 11:09:56 -0700 Subject: [PATCH] add 'Use RSS to Get Updates' --- content/posts/use-rss-to-get-updates.md | 52 +++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 content/posts/use-rss-to-get-updates.md diff --git a/content/posts/use-rss-to-get-updates.md b/content/posts/use-rss-to-get-updates.md new file mode 100644 index 0000000..3a42b86 --- /dev/null +++ b/content/posts/use-rss-to-get-updates.md @@ -0,0 +1,52 @@ +--- +title: "Use RSS to Get Updates" +date: 2022-08-09T11:09:00-07:00 +draft: false +tags: + - rss + - education +--- + +### Introduction +[RSS](https://www.rssboard.org/rss-specification) or Really Simple Syndication is an excellent way to get a feed from a massive amount of sources! Instead of having to go to different websites for updates on different things, one can simply read from all sorts of sources in one single feed. In this article, you will learn how to find feeds for various social media, news, and video sites. + +### Twitter +[Nitter](https://nitter.net/) is a free software frontend for Twitter, and includes the ability to follow an account as an RSS feed. The format is as follows: +``` +https:////rss +``` + +### Instagram +[Bibliogram](https://bibliogram.art/) is similarly a free software frontend for Instagram that includes following accounts as RSS feeds, although not all instances support this, so you will want to check the [list of instances](https://git.sr.ht/~cadence/bibliogram-docs/tree/master/docs/Instances.md) first. + +### YouTube +YouTube has built-in RSS functionality. The format is as follows: +``` +https://www.youtube.com/feeds/videos.xml?channel_id= +``` + +### TikTok +[Proxitok](https://proxitok.herokuapp.com/) is a free software frontend for Tiktok that includes following accounts as RSS feeds. The format is as follows: +``` +https://proxitok.herokuapp.com/@/rss +``` + +### Mastodon +[Mastodon](https://joinmastodon.org/) is a federated social newtork powered by [ActivityPub](https://activitypub.rocks/). The format is as follows: +``` +https:///@.rss +``` + +### PeerTube +[PeerTube](https://joinpeertube.org/) is a federated video streaming site, also powered by ActivityPub. + +To follow via RSS, click on the arrow labeled `Subscribe`, and then click `Subscribe via RSS`. + +### Wordpress +For Wordpress sites, the format is as follows: +``` +https:///feed +``` + +### Other +Often, many websites will have an RSS icon such as this one ![RSS Icon](https://www.rssboard.org/images/rss-icon.png) or a link labeled [RSS](https://nora.dichter.xyz/index.xml) that will take you to an RSS feed for that website. For example, the one in the header bar on this website. Alternatively, a website may have a page that lists multiple feeds, such as on [Deutsche Welle](https://www.dw.com/en/rss/s-31500).