[GH-ISSUE #672] Feature Request: Create RSS feed of articles + text #3443

Open
opened 2026-03-14 22:53:50 +03:00 by kerem · 1 comment
Owner

Originally created by @thejdev on GitHub (Mar 24, 2021).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/672

Type

  • General question or discussion
  • Propose a brand new feature
  • Request modification of existing behavior or design

What is the problem that your feature request solves

I would like to read archived articles using an RSS reader.

Describe the ideal specific solution you'd want, and whether it fits into any broader scope of changes

It would be good if Archivebox created an RSS feed of all archived articles, or even of archived articles suiting a particular tag. This RSS feed would include the full article text, and could be read by standard RSS feed readers.

How badly do you want this new feature?

  • It's an urgent deal-breaker, I can't live without it
  • It's important to add it in the near-mid term future
  • It would be nice to have eventually

  • I'm willing to contribute money to fix this issue
  • I like ArchiveBox so far / would recommend it to a friend
  • I've had a lot of difficulty getting ArchiveBox set up
Originally created by @thejdev on GitHub (Mar 24, 2021). Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/672 ## Type - [ ] General question or discussion - [x] Propose a brand new feature - [ ] Request modification of existing behavior or design ## What is the problem that your feature request solves I would like to read archived articles using an RSS reader. ## Describe the ideal specific solution you'd want, and whether it fits into any broader scope of changes It would be good if Archivebox _created_ an RSS feed of all archived articles, or even of archived articles suiting a particular tag. This RSS feed would include the full article text, and could be read by standard RSS feed readers. ## How badly do you want this new feature? - [ ] It's an urgent deal-breaker, I can't live without it - [x] It's important to add it in the near-mid term future - [ ] It would be nice to have eventually --- - [x] I'm willing to contribute [money](https://github.com/sponsors/pirate) to fix this issue - [x] I like ArchiveBox so far / would recommend it to a friend - [ ] I've had a lot of difficulty getting ArchiveBox set up
Author
Owner

@pirate commented on GitHub (Mar 24, 2021):

Cool idea, probably not too hard to do. It's not high up on my personal list of TODOs so I can't promise it'll get done soon, but if someone wants to contribute a PR I'm happy to review it.

Would also not be too much additional work to allow getting a filtered feed by passing django filter kwargs, e.g.:

/api/rss
/api/rss?tags__in=sometag,someothertag
/api/rss?tags__includes=sometag,someothertag
/api/rss?url__startswith=https://example.com
/api/rss?is_archived=True

<!-- gh-comment-id:806049858 --> @pirate commented on GitHub (Mar 24, 2021): Cool idea, probably not too hard to do. It's not high up on my personal list of TODOs so I can't promise it'll get done soon, but if someone wants to contribute a PR I'm happy to review it. Would also not be too much additional work to allow getting a filtered feed by passing django filter kwargs, e.g.: `/api/rss` `/api/rss?tags__in=sometag,someothertag` `/api/rss?tags__includes=sometag,someothertag` `/api/rss?url__startswith=https://example.com` `/api/rss?is_archived=True`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#3443
No description provided.