A multi-language RSS feed library in OPML format. Use it in any RSS reader by subscribing to the single OPML URL.
Use this URL in your RSS/OPML client:
https://webisso.github.io/swipe-rss/feeds.opml
- Curated RSS feeds grouped by category (science, technology, news, entertainment, culture, sports, economy, etc.).
- Multiple languages supported (e.g. Turkish, English).
- One URL to get the full feed list; no need to add feeds one by one.
New feeds and categories are welcome. Please open a Pull Request to add or suggest changes.
- Add feeds in the correct category and language section in
feeds.opml. - Keep the existing OPML structure and attribute names (
text,title,xmlUrl,type="rss").
Each feed entry in feeds.opml uses the same OPML outline attributes. Below are 10 example rows from different categories and languages.
| Language | Category | Type | Title | Text | URL |
|---|---|---|---|---|---|
| tr | baseFeed.science | rss | Evrim Ağacı | Evrim Ağacı | https://evrimagaci.org/rss.xml |
| tr | baseFeed.technology | rss | Webrazzi | Webrazzi | https://webrazzi.com/feed |
| tr | baseFeed.entertainment | rss | Kayıp Rıhtım | Kayıp Rıhtım | https://kayiprihtim.com/feed/ |
| tr | baseFeed.cultureArt | rss | Arkitera | Arkitera | https://www.arkitera.com/feed/ |
| tr | baseFeed.sports | rss | NTV Spor Futbol | NTV Spor Futbol | https://www.ntvspor.net/rss/kategori/futbol |
| tr | baseFeed.news | rss | BBC Türkçe | BBC Türkçe | https://feeds.bbci.co.uk/turkce/rss.xml |
| tr | baseFeed.defense | rss | C4 Defence | C4 Defence | https://www.c4defence.com/feed/ |
| tr | baseFeed.economy | rss | Bloomberg HT | Bloomberg HT | https://www.bloomberght.com/rss |
| en | baseFeed.science | rss | ScienceDaily - Top Science | ScienceDaily - Top Science | https://www.sciencedaily.com/rss/top/science.xml |
| en | baseFeed.technology | rss | TechCrunch | TechCrunch | https://techcrunch.com/feed/ |
In OPML XML, a single feed is one <outline> element, e.g.:
<outline type="rss" text="Webrazzi" title="Webrazzi" xmlUrl="https://webrazzi.com/feed"/>- Language — Top-level grouping (
outline language="tr"orlanguage="en"). - Category — Parent outline
text/title(e.g.baseFeed.science,baseFeed.technology). - Type — Always
rssfor feed entries. - Title / Text — Display name of the feed (often identical).
- URL — Feed URL in the
xmlUrlattribute.
- feeds.opml — Main OPML file (served at the feed URL above).
- scripts/ — Utilities (e.g. feed validation).
- .github/workflows/ — Automation (e.g. feed checks).
This project is free and open source. See LICENSE for details.