Skip Navigation

@PostWatchBot - notify new comments of a post

lemy.lol /post/15932826

I think the title says it all. Basically, when a new comment appears on your targeted post, it sends you a PM about it.

@PostWatchBot@lemy.lol

Usage

  • Subscribe to a post: just mention the bot in the comments or send the link to the bot via PM.
  • Unsubscribe from a post: send PM to the bot with stop text and link of the post like stop https://lemmy.ml/post/1234
  • Unsubscribe completely: Send PM to the bot and add stop text to your message. It will unsubscribe you from all subscriptions.

Note: the bot sends only one notification per post. It waits for the previous notification to be marked as read for new comments.

Made with @CannotSleep420@hexbear.net's lemmy-bot project πŸ™ Tomorrow I will publish the code publicly after adding README and self-hosting guide.

39 comments
  • So every user that decides to get notified will add a comment to the thread?

    If 100 people trigger it, 100 comments will be the exact same response?

    Also, if people end up "deleting the comment to keep the thread clean", will they get purged as well?

    • Valid criticism. I’ll try to clear it tomorrow πŸ‘ Any suggestions are appreciated.

  • How does it subscribe when lemmy doesn't have subscribing or notification apps? Does it just poll the server? (As a server owner the amount of traffic there worries me, and that could cost me depending on implementation)

    If it's polling, how do you know to stop polling? Will it just poll a post forever?

    • Its polling every 30th second only on my instance. So don’t worry, it will not make any difference for you ✌️

      • in theory as you operate both the server and the bot you could modify lemmy to tell the bot when a new comment hits a thread instead of polling, which would be more efficient (but definitely harder to do!)

        also does it handle the case where nobody from your instance is following a community? to make sure you get all the replies reliably the bot would need to subscribe to each community it's watching a post from

        that said, great work. I may end up using it if I don't end up forgetting about its existence :p

39 comments