kahoot-spam

1.1.8 • Public • Published

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


Repo Stats

You Should Star/Fork it 😃 Plz (Click The Picture)

Repo Stats

Package Sidebar

Install

npm i kahoot-spam

Weekly Downloads

4

Version

1.1.8

License

MIT

Unpacked Size

6.23 kB

Total Files

4

Last publish

Collaborators

  • mafia-boss-lvl-420