You are viewing a single comment's thread from:
RE: Hunting bots with Python (and love)
Another great post! Nice job weeding out bots from real people, determining that could be a real pain. Perhaps a future improvement to this is running this through a machine learning algorithm to better determine which are bots, especially since they're becoming smarter. Great job!
Yeah, machine learning would be a much better approach, but a lot more work. Bot authors can read this and code around it, though they would probably have to forfeit some curation reward (e.g. pretend sleeping).
I just thought of something. How about taking into account if they have a valid proof photo as a metric? That would mean looking into their posts for something tagged introduceyourself, then parsing it to look for a photo. It gets a bit hairy while looking for the steemit written in paper, but I guess that's the general gist. I know not everyone has a verification post (I certainly don't) but it could help weeding out bots.