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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.1.87latest

Version History

VersionDownloads (Last 7 Days)Published
1.1.87
1.1.71
1.1.61
1.1.50
1.1.40
1.1.30
1.1.20
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i kahoot-spam

Weekly Downloads

9

Version

1.1.8

License

MIT

Unpacked Size

6.23 kB

Total Files

4

Last publish

Collaborators

  • mafia-boss-lvl-420