I have created a reply bot that I posted earlier. With it, I can create any bot that replies to users’ comments with a set message. It can also get information from the comment and include it in the reply if needed.

The reply bot I made is pretty advanced in terms of what it can detect because it uses PCRE2. For example, I can detect only things that start with something, or only things that have specific characters in specific locations and don’t have other characters before or after.

Does anyone know any bots on Reddit that they may want brought to Lemmygrad (other than parenti bot, that’s already been brought over), or have any other ideas for bots that could be added?

  • Arsen6331 ☭OP
    link
    31 year ago

    It’s possible, but my bot responds to multiple things at the same time, so there’s no good way to choose which reply to send if it’s just mentioned. Instead, I’m implementing commands like !archive https://example.com. That way, it won’t reply unless someone explicitly wants it to.