msemple1111 / kahoot-hack

A suite of tools for easily manipulating the kahoot.it quiz platform
GNU General Public License v3.0
65 stars 27 forks source link

Problem when running any of the python scripts #8

Closed Thijs0001 closed 7 years ago

Thijs0001 commented 7 years ago

When I try to run any of the python scripts it returns an error saying import urllib.parse ImportError: No module named parse I am using MacOS 10.12.3 beta (16D25a)

msemple1111 commented 7 years ago

I don't think you have installed python 3.

start by installing homwbrew

then run $ brew install python3

then run the program by python3 flood.py name 195657 50

msemple1111 commented 7 years ago

I'm going to close this issue now but if you still need help, please just enter a comment.

Thijs0001 commented 7 years ago

The second command you sent (python3 flood.py name 195657 50) worked. I didn't know how I had to fill in the pin, name and bot count. Thanks!

msemple1111 commented 7 years ago

you don't have to enter the name, pin and bot count but it saves having to enter it manually each time