Socket
Socket
Sign inDemoInstall

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


Version published
Weekly downloads
3
decreased by-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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc