mastodon / mastodon

Your self-hosted, globally interconnected microblogging community
https://joinmastodon.org
GNU Affero General Public License v3.0
46.71k stars 6.88k forks source link

Provide a rss-feed with boosts #11290

Open Simon0Harms opened 5 years ago

Simon0Harms commented 5 years ago

At the moment i am using twitter on my homepage to publish news. It would be great, getting a rss-feed which includes the boosts.

yingziwu commented 5 years ago

The atom feed includes the boosted toots, e.g. https://mastodon.social/users/Gargron.atom image image

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

jlelse commented 4 years ago

It seems like there is no ATOM feed anymore, just RSS but without boosts. Is there an alternative?

sojusnik commented 4 years ago

An ATOM or RSS feed with boosts and replies would be awesome to have!

shibattor commented 3 years ago

I would highly appreciate this feature. Currently, the RSS feed is almost useless to me because I see only a part of the someone's activity on Mastodon. That is why I cannot replace Nitter's RSS with Mastodon's.

calbasi commented 3 years ago

I would highly appreciate this feature. Currently, the RSS feed is almost useless to me because I see only a part of the someone's activity on Mastodon. That is why I cannot replace Nitter's RSS with Mastodon's.

I think so. Ps. asked here: https://chaos.social/@maralorn/101395328008835661

calbasi commented 3 years ago

Maybe we could adapt this code to do the trick, while this issue is open:

https://neil.mckillop.org/mastodon_rss

calbasi commented 3 years ago

Maybe we could adapt this code to do the trick, while this issue is open:

https://neil.mckillop.org/mastodon_rss

I think this repo is doing it:

https://gitlab.com/idotj/mastodon-embed-feed-timeline

calbasi commented 3 years ago

Maybe we could adapt this code to do the trick, while this issue is open: https://neil.mckillop.org/mastodon_rss

I think this repo is doing it:

https://gitlab.com/idotj/mastodon-embed-feed-timeline

It's on issue #6094

skariko commented 2 years ago

Anyone got news on this? RSS without boosts and/or replies are almost useless unfortunately

clavelm commented 1 year ago

Same here, I centralize my feeds in my rss aggregator and only rss or atom feeds without boosts or replies is not very useful. Maybe a way to customize what is in the feed by passing options in the URL?

thinkpace commented 1 year ago

Same for me, it would be great to have boosts included in RSS and/or Atom feed.

avatar42 commented 1 year ago

Add me to the list of those wanting boosts and replies in RSS feed.

Dennis1000 commented 1 year ago

+1, totally useless if boosts aren't included

ivarley commented 1 year ago

Yes, I’d also love this as an option, would make it so much more useful.

ttarchala commented 1 year ago

+1 from me too

ffaf1 commented 1 year ago

I would add that a way to have this on or off (like &boost=yes) could be even better.

paulvierkant commented 1 year ago

+1 please add boosts and responses.

rauschma commented 1 year ago

Currently, there are feeds for:

Alas, there is no feed for posts and boosts – which is what I would like to have (if a reply is important, I can boost it).

Interesting boosts are an important part of many accounts. This feature would make such content available to non-Mastodon users via feeds (and hopefully convert them to Mastodon users in the long run).

cwalther commented 1 year ago
  • Posts and replies (“posts and replies” URL + .rss)

Wow, thanks for mentioning that, I didn’t know that! That’s already a step up! (But yes, boosts would be more important.)

ttarchala commented 1 year ago

For full RSS happiness, this is my wishlist

dblume commented 1 year ago

Not only +1, but I'd be happy with them as separate RSS feeds, no need for one "posts and boosts" feed. We can subscribe to non-intersecting feeds. Doing it this way also wouldn't change behavior of existing RSS readers.

mnh48 commented 12 months ago

I would like this feature as well, I've been looking around on how to get RSS feed with boost included.

toelke commented 12 months ago

I have built https://github.com/toelke/mastodon2rss to serve a complete feed of your home timeline.

barning commented 10 months ago

I would like to have this because of projects like Hypebot.

Avol-V commented 7 months ago

My own implementation:
https://github.com/Avol-V/mastodon-rss

You can get separate RSS feeds for everyone you follow. But the channels are created from your home timeline and include all the information that is displayed there, including the boosts.