tisboyo / Twitch_Bot

4 stars 2 forks source link

Add blacklist of known bots following regex patterns #124

Closed baldengineer closed 3 years ago

baldengineer commented 3 years ago

Not sure if this should be one-off or if there should be hooks for regex or pattern rules. But there are certain "bot" accounts that follow channels. An example is "hederXXXXXX" where XXXXXX is a 6 digit incrementing number.

I don't want the bot to "thank" these kinds of accounts.

In this case, the rule would either be:

For now, I would be happy if the bot didn't thank accounts that started with "heder" and ended with a series of numbers.

tisboyo commented 3 years ago

regex - /heder[0-9]{6}/

tisboyo commented 3 years ago