I wonder if anyone has made any software to detect keysmashing

(I mean, besides Pawsense, kind)

I mean, like, I could run it on my chat logs and see which lines were keysmashes

@foone genuinely, @HMPerson1 wrote one for me because I was manually triggering a "password generated" dark souls effect on stream whenever anyone key smashed and they wanted to automate that, and even ported it to work as a plugin for Firebot.

It still needs some tweaking probably because it was false-positive-ing on some usernames and some words spelled extendedly (like 'hellllooooo'), but absolutely worked on actual smashes.

EDIT: And URL to the repo: https://github.com/HMPerson1/keymash-detector

GitHub - HMPerson1/keymash-detector: a twitch bot and firebot script that detects chat messages with keymashes

a twitch bot and firebot script that detects chat messages with keymashes - HMPerson1/keymash-detector

GitHub
@KayOhtie @HMPerson1 oh very cool, thanks! this'll be helpful
@foone @KayOhtie you can run this executable (you probably want to split by whitespace first) to get a number (values closer to +inf means keymash, values closer to -inf means normal english word). it was intended to be just for debugging but it might be good enough
keymash-detector/keymash-detector-core/src/main.rs at main · HMPerson1/keymash-detector

a twitch bot and firebot script that detects chat messages with keymashes - HMPerson1/keymash-detector

GitHub