Spam Kahoot with bots - node.js
git clone https://github.com/aidanbxyz/kahoot-bot-spammer.git
npm install system-sleep
mv node_modules.a node_modules
Reason: kahoot.js-updated has been removed, but I still have an archived version
ONLY EDIT VARIABLES BETWEEN THE // main vars
AND // end main vars
COMMENTS
const kahootCode = 1234567;
This is where your Kahoot game code goes. example: const kahootCode = 9088726;
const kahootBotPrefix = 'kbot';
The Kahoot bot's name should go here. example: const kahootBotPrefix = 'goodBot';
const kahootBotNumberSeperator = ' #';
The Seperator of the bot's name and number. exmaple: const kahootBotNumberSeperator = '.';
will pop up as botName.1, botName.2, and so on
const numberOfBots = 51; // usually 75 or under. 51 as default.
The actual amount of bots to add. example: const numberOfBots = 10;
node spamkahoot.js