구글 및 폐쇄된 주제 자동 삭제?

Hello,

I am looking for a way to clean up a category. There are searches posted that are only valid for a certain period of time. Currently I close it after 2 months after the last answer.
Is there an automatic way to delete them after x days after closing?

I have found the following plugin, but it should not only delete topics that have not been replied to.

Have you explored Topic timer? In the topic wrench.

but then i would have to do this manually for each post? I can’t find a setting to automate this. There are currently over 7k entries in the category.

You might be able to have an Automation script. If a script does not currently exist. If you have the skills you can create an automation script. Or consider sponsoring one in Marketplace.

You can also add your vote to Category-level auto-delete topics the same as auto-close feature

Tagging on here as it seems related.

I just found two topic in the Deleted Topics logs which were “Deleted by Automatic Timer” and should not have been deleted. Both of these topics were created by me, splitting comments from a existing topics to a create the new topic which were auto-deleted ~12(?) days later. My best guess is the Delete Topic Timer was inadvertently set when I created these posts.

There is no Delete Topic Timer available to me in the moderator tools. I don’t see any Auto Delete Topic option as shown by @Heliosurge’s screencap above. The only timer I can control is to Close Comments.

So I think I understand why this happened, but I don’t know how to avoid it the next time. Is this a bug that can be fixed, or am I missing something?

TIA!

If you click on the wrench for your topic you will see Topic Timer. Click on that. There is a dropdown menu to choose things like auto close, auto delete and more.

There is a topic timer option in Category settings but only see it for auto close.

API를 통해 게시물을 삭제하는 작은 스크립트를 만들었습니다. 다른 분들도 사용하고 싶으시다면, 여기에서 확인하실 수 있습니다: Making sure you're not a bot!

그것이 공유하신 스크립트가 수행하는 일인가요? 제 생각에는 x일 전에 생성된 닫힌 주제를 삭제하는 것 같습니다. 따라서 생성된 지 꽤 오랜 시간이 지난 후 새로운 답변이 들어와서 장기간에 걸쳐 닫힌 주제는 거의 즉시 삭제될 수 있습니다.

맞습니다. 현재 몇 가지 더 많은 매개변수를 구현하는 작업을 진행 중입니다. 제가 이전 게시글을 매우 많이 보유하고 있어서, 당분간 이 방법으로 정리하고 있습니다.

불행히도, 게시글이 닫힌 날짜를 확인할 수 있는 API 방법을 찾을 수 없습니다.
현재의 우회 방법은 last_post를 사용하고 그에 따라 날짜를 설정하는 것입니다.