#What is it?
A fork of https://github.com/msemple1111/kahoot-hack
####tl;dr It "hacks" kahoot.it quiz platform
#Tools Here are the tools:
flood.py - Spam the game lobby with as many names as you want!
play.py - Play kahoot normally, from your console!
#Prerequisites
-
python 3 Install Python 3
-
git Install Git
-
python-3 pip Install Pip
-
python-3 requests
pip install requests
#Install Guide (Linux Ubuntu)
-
Run
sudo apt-get update -
Install dependicies with
sudo apt-get install git python3.5 python3.5-dev -
Git Clone the Repo with
git clone https://github.com/Chewsterchew/kahoot-hack.git kahoot-hackand thencd kahoot-hack -
Run a program with
python3.5 program.pyreplacing program with what you want, such as flood or play.
#Important Info This is only a fork of an existing repo, I just forked it to fix some spelling errors bothering me.