Automatically tag posts based on regexes, including a result of that regex? For example, if the text matches /Fedora ((Linux|Workstation) )?(\d\d)/, tag with fedora-linux-$2 (matching the second ()).
After some time (13 months, in my use case) with no activity, close posts and move to an Archive category (to help implement How should category archiving work? - #9 by mattdm), except pinned posts, and possibly conditional upon tags, number of likes/votes
Make a web query and respond based on the result? In my specific case, I want to query our bug tracker, and create, edit, or move topics and replies based on specific fields in the result.
That can handle wildcards as input, but can’t carry matches through into the tag to be applied, can it?
Also I don’t think it can handle more sophisticated things (I’d want to tag fedora-linux-35 based on “Fedora 35” but not fedora-linux-is-awesome from “Fedora is awesome!”).
Re: archiving:
Cool. I think tags would probably be more important than votes or likes.
Re: thing interacting with external web query.
No problem. I’m already looking at an external bot using the API for this, and just wondered if actually maybe it could be all subsumed.
I’ve just fished this out of the topic timer as it seems like it has good info in. If there are any suggestions you have that still haven’t been implemented, could you spin up a feature topic for each so we can keep track of them?