A simple working Kahoot flooder written in Python using Selenium.
Each bot uses ~50 Mb's of ram, thus using too many bots may make your machine unresponsive.
- Open a command prompt as admin
- run
python -m pip install selenium
(python3
on Linux)
- Download the relevant Windows version of the ChromeDriver from (http://chromedriver.chromium.org/downloads)
- Extract
chromedriver.exe
from the zip file - Move the file to
C:\Program Files (x86)\Python
- Download the kahoot_flooder.py file from this repository
- Run the file from the command line with the relevant game pin, bot count and bot prefix
python kahoot_flooder.py --pin 3803477 --count 5 --prefix "bot_gba"
usage: kahoot_flooder.py [-h] --pin PIN --count COUNT --prefix PREFIX
Simple script to flood kahoot games
options:
-h, --help show this help message and exit
--pin PIN Kahoot game pin
--count COUNT Amount of bots
--prefix PREFIX Prefix for bots (name=prefix{botNumber})
- Re-implement everything properly (direct requests with websockets as opposed to spinning up a new browser tab/process per bot)
- Add option to bypass 2 factor joining