I’m seeing a lot of users on my preferred instance with <1yr old accounts, that have thousands of posts and comments. Whether these accounts are people with nothing better to do than post mindlessly 24/7, or are bots pushing some narrative, it doesn’t make a difference, I’d rather not see what they’re posting, because chances are, it’s hogwash. It would be nice to be able to filter out these highly active accounts, based on a set variable of max posts per day, and/or comments per day. Any account that exceeds that variable is filtered out, and any account below it is allowed.
Does anyone have insight on whether or not this sort of filtering is possible to achieve on Lemmy? Is anyone else interested in having this sort of functionality?
Edit: I’m not trying to throw shade on active users. I appreciate active users. I’m looking to block users with AI image generated profile photos and have on average 10+ posts per day and 20+ comments per day. Those accounts seem suspicious to me.
I mean if you want to block all the users that actually participate here on Lemmy then I guess you can, not sure what the point of that would be though.
If you can program you can probably create an instance and then a moderation bot that bans people with more then X comments or Y posts a day. maybe that would increase the average quality of content. sounds like an interesting experiment.
This isn’t hard to do. I share the skepticism of some of the other users that this simple algorithm is going to give you a good feed, but I can probably knock up a quick script that can do this for you, if you want.
This feels like something that would be scriptable using Lemmy’s API - see https://lemmy.readme.io to view and demo the endpoints.