Pony request: comment feed
Thursday, December 13th, 2018 12:26Does anyone know if it's possible to get a feed of a given user's comments (or just your own) in Dreamwidth?
Context: I want to comment here more, which means I would like to set up a Beeminder goal for doing so, and those work a lot better if they're automatic (i.e. I want to connect the feed of my comments, on anyone's journal, to Beeminder so that it adds a datapoint to the goal whenever I write a comment). I don't mind using IFTTT to do the connecting. I can also see valid and obvious privacy reasons why this wouldn't be available, but maybe it does?
Disclaimer: using external tools to make me communicate more with humans might feel weird and artificial, but -- *handwaves in ADHD* -- that's how my brain works. Sometimes. When it does.
Context: I want to comment here more, which means I would like to set up a Beeminder goal for doing so, and those work a lot better if they're automatic (i.e. I want to connect the feed of my comments, on anyone's journal, to Beeminder so that it adds a datapoint to the goal whenever I write a comment). I don't mind using IFTTT to do the connecting. I can also see valid and obvious privacy reasons why this wouldn't be available, but maybe it does?
Disclaimer: using external tools to make me communicate more with humans might feel weird and artificial, but -- *handwaves in ADHD* -- that's how my brain works. Sometimes. When it does.
no subject
Date: 2018-12-13 11:38 (UTC)There are various options for email notifications, I'm not sure if there might be one for "when I comment on a post"?
I wonder if a google search for "katzenfabrik site:dreamwidth.org" would work as a proxy for number of posts
no subject
Date: 2018-12-13 11:48 (UTC)I regret that this isn't as automated asyou want it to be!
no subject
Date: 2018-12-13 12:23 (UTC)no subject
Date: 2018-12-13 13:51 (UTC)RIGHT, yes, technical limitations are that turning the Latest Comments Posted page into an RSS feed is really easy... but authenticating for it (are you allowed to see this?) in a way that's secure is Really Not.
no subject
Date: 2018-12-13 18:36 (UTC)no subject
Date: 2018-12-13 22:56 (UTC)https://github.com/alexwlchan/junkdrawer/tree/master/dreamwidth_rss
In particular, you may want to nick my auth code.
The feed is published to an obscure URL on my web server, protected by HTTP Basic Auth, then plumbed into my email account via Blogtrottr. It only includes titles, authors and tags (similar to the post notification emails) – you have to click through to Dreamwidth proper for the post content. The script runs on a machine which is logged in to DW in my web browser; if that machine is rooted I’m completely hosed already.
I wonder if creating a feed whose only entry text is “I made a comment at $time“ would be sufficient? Beeminder can count it but you're not leaking anything.
no subject
Date: 2018-12-19 14:54 (UTC)no subject
Date: 2018-12-19 15:23 (UTC)