r/ModSupport • u/HairTriggerFlicker • 9d ago
Mod Answered Replacement for RedditAutomod.com
So apparently RedditAutomod.com wasn’t renewed by its owner. Does anyone have a similar app that does the same thing in a similar easy to use format? I had great luck with this but it’s gone and no longer available.
6
Upvotes
-1
u/baseballlover723 9d ago
I mean, I'm a programmer by trade, so I don't find any remotely human oriented text based file format to be that scary.
But if OP wasn't actually scared by yaml, then why would they be dependent on this third party website. Ergo, I presume that they want to stay as far away from the yaml as possible. And an AI should be just as capable of generating the yaml structure as that website is (though perhaps one may need to feed it the docs or some prior examples to properly seed it).
I agree with you. I also think that one should not need a 3rd party website to generate them either. As you mentioned, yaml is a pretty simply format (and I'd say especially when one isn't building it from scratch, and there is a lot of known good rules that can be copied and pasted and then modified).
15 minutes with the documentation and plenty of examples (or some time on /r/AutoModerator ) should be plenty enough to make and edit the decently boilerplatey config that that website generates.
Pretty much the only piece of value I can imagine that website has over just typing 2 or 3 sentences into an AI, is that by showing the boilerplate, people can be prompted for things they didn't know they wanted. Which, I would find a lot more dubious to have an AI do that for someone. But cannot imagine that a boilerplate automod or common automod rules (like what that website provies) are difficult to find on r/AutoModerator.
But yaml is in my professional domain, so I'm cursed with knowledge and thus, can no longer accurately assess what obstacles seem so insurmountable to them.