A simple Twitch Malicious URL Detector BOT written in Python Detects bad links
docker build && docker run
To help streamer filter out the bad URLs by automatically deleting them in their IRC
Uses the standardized machine learning module to detect benign/malicious URLs
All your files are listed in the file explorer. You can switch from one to another by clicking a file in the list.
HOST = "irc.twitch.tv"
NICK = "****" #your twitch bot name
PORT = 6667
PASS = "*******" #your twitch oauth code here!
s.send(str.encode("JOIN #(****) \r\n")) #your channel name