1.1.8 • Published 4 years ago

kahoot-spam v1.1.8

Weekly downloads
50
License
MIT
Repository
github
Last release
4 years ago

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

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.0.0

4 years ago