You are viewing a single comment's thread.

view the rest of the comments →

go1dfish ago

Thanks for the transparency. All looks above board to me and the change the sticky complains about seems quite reasonable and understandable.

On an unrelated note, I need an API key for http://goat.video so I can stop using unreliable ajax proxies for CORS.

Edit: On a more related note, I've also been working on a moderator election bot for that other site (someone commissioned it and I like money). It will be open source and it could be adaptable to Voat, but Voat would need to support some more things in its API like moderator management and ideally wikis as well (where I'm storing the templates in the alien version)

Broc_Lia ago

What is goat.video? Looks interesting.

go1dfish ago

It's a youtube video playlist builder powered by any subverse.

works really well with music focused subverses like http://goat.video/cheers

Broc_Lia ago

Cool!

derram ago

Starting to add moderator endpoints to the api is a bad idea, that's how you end up with an automod.

go1dfish ago

Personally I don't think automod is inherently bad, especially with public mod logs (my bot will also force u/publicmodlogs)

But if you're worried about that, you could not add endpoints for post/comment removal. This bot doesn't ever remove posts, it does however remove mods who attempt to remove calls for an election or otherwise tamper with an election. It then approves the thing they removed.

If Voat remains restrictive about who gets api keys for what purpose that could be used to prevent the automation of censorship as well.