People have made bots and things for kahoot in the past, but this is a new and improved edition that actually opens a browser and does everything for you. This one actually answers the questions, unlike some other tools we have taken some of our inspiration from.
Using a browser automation system and HTML parser, the program logs in to a custom account at getkahoot.it, finds the quiz you are looking for based on its quiz ID, then grabs all the answers.
After that, the program opens kahoot.it, where it signs in using the game PIN and a custom name. As the game moves on, the program clicks the correct answers as soon as possible. You will get a perfect score!
- The bot part does not work when the questions and/or answers are randomized.
- Use
kbot QUIZID
to read out the answers - if the kahoot is not public on getkahoot.it, this program does not work.
- This has only been tested on MacOS.
-
python3 mac download tutorial Generally just a
brew install python3
-
selenium for Python3 Generally just a
pip3 install selenium
-
Chrome Driver Make sure the executable is in your
$PATH
somewhere -
BeautifulSoup4 for Python3 Generally just a
pip3 install bs4
- please see the wiki