this post was submitted on 03 Jul 2025
35 points (100.0% liked)
hexbear
10494 readers
1 users here now
Hexbear Meta Community
Posts should be a a Proposal (idea for changing the site), Feedback (regarding non-technical aspects of the site, for technical please use https://hexbear.net/c/feedback), or Appeals (regarding admin/moderator actions).
Discussion regarding these will be within comments under the post, appeals and feedback that is resolve may be removed as well as duplicate posts.
The following behavior will result in mod action:
-
People that are frequently making vague posts or comments.
-
People that are hostile, taking the least charitable interpretation or engaging in bad-faith
-
People that are maliciously trying to stir up drama
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You could use the API to pull all your posts and delete them. My understanding is that posts that are deleted eventually become purged from the DB. Comments you can always undelete, so you would want to have your script edit the comment before deleting it. You'll have to respect the rate limits while doing that, which, I think, are part of the site json object.
That isn't true anymore, they get deleted after 30 days.
It's still a fine idea to edit them, but I just wanted to correct it.
Oh, I didn't know that! That's good to know.