Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

kahoot-spammer

tthomxs30MIT1.1.2

A kahoot spammer for kahoot.it

kahoot, kahootspam, kahoot-spam, spam-kahoot, kahoot-spammer, kahoot spammer, spammer, botting, spam, kahootspammer

readme

Kahoot-Spammer


Example
const KahootSpam = require('kahoot-spammer')
let api = KahootSpam
api.spam(123456, 'Player', 10)

This will spam the Kahoot 123456 10 times with the name 'Player'


Spam With Answers

Example
//With sleep
const KahootSpam = require('kahoot-spammer')
let api = KahootSpam
api.spam(123456, 'Player', 10, true)

This will spam the Kahoot 123456 10 times with the name 'Player' with answering all the questions with sleep.

#

//Without Sleep
const KahootSpam = require('kahoot-spammer')
let api = KahootSpam
api.spamWithAnswers(123456, 'Player', 10, false)

This will spam the Kahoot 123456 10 times with the name 'Player' with answering all the questions without sleep.


Website Github