New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Atom and RSS format activity stream for user feed #55
Comments
|
+1 |
|
I think this might be better done with a bridge than having it in the core software. I think it's relatively easy to write a service that provides RSS or Atom feeds to anonymous clients for any user.
|
|
👍 |
|
By the way, if this bug is fixed, could somebody tell me how to access my RSS feed? |
|
#451 is closed, this issue is still open. |
|
@Gratty you need to login first in the server, and then obtain the feed. |
|
Kudos to PyPump, I created a set of scripts that people might find useful as a starting point to create an RSS feed: I am not sure if this is the best way to do this though. |
|
@DixieLad So, that's definitely the case. I think there are two big problems there.
I am simply unsure about this stuff. It's also something that we can't undo once we do it. |
|
Is it really any different from what you can already do with the fire hose?
|
|
@evanp I see. Couldn't this be configurable, with default 'public_feed': false ? |
|
Is there any Activity Stream consumer in IFTTT.com that could be used, for instance ? |
|
I think this should be core. Activity Stream and RSS feeds are long established open standards that should be supported out of the box. I understand why (say) the twitter bridge would be separate, but really, this should be factored in. Otherwise we loose all the people still on gnu social/statusnet, and that would be a shame. |
|
I was relying on RSS to get new status updates from the people I follow. (In general, I rely on RSS to tell me when things change, and am unlikely to check for changes where RSS is unavailable.) I'm not sure whether this is the same issue being discussed here; apologies if not. |
|
@anarcat I'm not supporting multiple output formats in core. pump.io is about doing things once, and doing them right. I don't want options. The bridge option will work fine. |
I'm not sure there are practical downsides of this kind to RSS feeds? The posts are public. FWIW, my 1.5c: this isn't a privacy matter, because it's about the public feed (unless I misunderstand this whole issue). Seemingly hide the content may provide users of pump.io with a false sense of privacy. OTOH, for external individual users, missing a straightforward RSS subscription is probably a usability drawback. |
|
I've built a horrible workaround for this bug. http://git.kitenet.net/?p=joey/src.git;a=blob;f=misc/pumpRss.hs |
|
Wonderful, now we only need some web app/service providing everyone with that horrible hack. :) |
|
Here's a solution similar to Joeys which also supports scraping public timelines on Twitter, I call it Tweeper: Maybe just a little less horrible, but it really depends on how much xsl and xpath scare you :) |
|
OK, so, I just put up a rudimentary service to handle this case: The software is Open Source at e14n/pump2rss so I'm going to shift this discussion over there. |
For OStatus compatibility, make an Atom-encoded stream for each user.
The text was updated successfully, but these errors were encountered: