Skip to content

JustYuuto/kahoot-spammer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kahoot! Spammer

A simple script to flood a Kahoot! game with bots.

Important

This project is for educational purposes only. I am not responsible for any misuse of this project.

Installation

  1. Clone the repository
  2. Install the required packages
npm install
# or if you use bun
bun install
  1. Replace the code variable in the index.ts file with the game code
const code = '1234567';
  1. Run the script
ts-node index.ts
# or if you use bun
bun run index.ts
  1. Enjoy!

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published