kahoot-spam
v1.1.8
Published
A kahoot spammer for kahoot.it
Downloads
142
Maintainers
Readme
Kahoot-Spam
An npm package for spamming kahoots 😏
Spam
spam(pin, name, amout)
Example
const KahootSpam = require('kahoot-spam')
let api = KahootSpam
api.spam(123456, 'Name', 10)
This WIll Spam The Kahoot 123456 10 Times With The Name 'Name'
Spam With Answers
Sleep Is If It Pauses Before It Will Answer A Question
spamWithAnswers(pin, name, amout, sleep)
Example
//With sleep
const KahootSpam = require('kahoot-spam')
let api = KahootSpam
api.spamWithAnswers(123456, "Name", 10, true)
This WIll Spam The Kahoot 123456 10 Times With The Name 'Name' With Answering The Questions With Sleep
//Without sleep
const KahootSpam = require('kahoot-spam')
let api = KahootSpam
api.spamWithAnswers(123456, "Name", 10, false)
This WIll Spam The Kahoot 123456 10 Times With The Name 'Name' With Answering The Questions Without Sleep