I have a small script, reply_comments.py, that keeps my DEV.to comment-reply backlog from turning invisible. It runs in an unattended pipeline twice a day: pull every comment on my articles, skip the ones I've already replied to, skip the ones I've already drafted a reply for, and print whatever's left as JSON so I can act on it. The dedup for...