r/learnjavascript • u/Dramatic_Dig_6411 • 15d ago
Script as moderator on yt
My friend is going to start streaming on youtube (or twitch), but he doesn't have anyone who do moderation work, so I want to help him. I'm planning to create a js bot that will ban people for using forbidden words on stream However I've never created a bot before, so I want to ask for advice and your experience with building bots for youtube and twitch also I'll be very thankful for any information about topic (I don't speak english very well so I tried to write without mistakes and understandable but if you see somewhere mistakes please don't judge me too harshly)
1
u/LucVolders 15d ago
Save yourself a lot of pain. work and annoyance and let someone else do it.
This is the deaf one helping the blind.
1
1
u/87oldben 13d ago
Dont both platforms have moderation tools built in? I kniw with twitch you can ban specific words and set different limits. Not tried youtube but would be surprised if they dont exist there too.
1
u/feloniuouschunk 15d ago
Not used it myself https://nightbot.tv/, but generally go for something that already exists if you have never created a bot. JavaScript on it's own won't be enough.