LordofBone / Chatbot_8

Variations of my latest chatbot
8 stars 2 forks source link

Chatbot* Twitch Integration #1

Open InsipidGamer opened 4 years ago

InsipidGamer commented 4 years ago

Hi! I have been playing with your chatbot and I love it. lol Just wanted to know if it would be possible to integrate this bot into Twitch.tv IRC and get two of these bots from two different Raspberry pis to chat on stream? I've been training my bot to be a sarcastic jerk and I am going to start training another one on another pi in a couple of days. I'd really like to see them talk to and learn from each other on my stream! lolol

I know how to grab the Twitch tokens and have seen a couple of scripts to make the connection from rpi cmd but I can't figure out how to make the input variable come from the chatroom and output to the chatroom as well. Is this easy? doable? Impossible? Thanks!

LordofBone commented 3 years ago

Hey, I am glad you enjoy the bot! I think this is definitely possible; I imagine this library will be able to give you what you need for interacting rather than using a manual command - https://pypi.org/project/twitch-python/

When I get some time I will try and look into this myself also!