DEV Community

Discussion on: Let's make a Twitch bot with Python!

Collapse
 
aaronfranchi profile image
Aaron Franchi

I apologize in advance for maybe not being as clear as someone more advanced, I do not have advanced programming knowledge. I would like to add pygame functionality to this bot. Where I'm caught up is in basically having to do with the main loop. Either my pygame stuff works one time then everything is limited to the bot or my pygame stuff is looped without the bot loading. Anyone able to provide any guidance on this matter?

Collapse
 
cgusb profile image
Gus Becker

Did you solve your problem? Sounds like a cool use for a bot! Since the loops are getting you caught up, maybe it would be better to take an OOP approach similar to the example used in the official docs: twitchio.readthedocs.io/en/latest/...