Conversation:
Notices
-
Is there a RSS stream within !gnusocial that shows my dents without the replies to other users? This would be useful for streaming the RSS to other services…
-
@schtobia Yes, your personal profile's feed. It's found on every profile page in the <head><link /> items:
curl -s https://gnusocial.de/schtobia|grep '<link.*user_timeline' | sed 's/.*href="\(.*\)" rel="alternate".*/\1/'
Your profile's atom feed: https://gnusocial.de/api/statuses/user_timeline/54407.atom (change to .rss for rss obviously)
-
(err, that sed magic one only works against qvitter apparently, but the link headers are always there, just occasionally with the HTML attributes in another order :P)
-
@schtobia Aha, that's what you meant with replies :)