🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

kahoot-spammer

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kahoot-spammer

A kahoot spammer for kahoot.it

1.1.2
latest
Source
npm
Version published
Weekly downloads
6
50%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

kahoot

FAQs

Package last updated on 02 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts