DEV Community

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

Collapse
 
sethminecraft profile image
SethMinecraft

It says that the twitchio module isn't found. I also looked in the directory I ran the commands in, and there's no pipfile.lock

Collapse
 
cgusb profile image
Gus Becker

Install the TwitchIO module using pip on Windows with the command py -m pip install twitchio. To install on Mac/Linux, I believe simply pip install twitchio should do the trick.