Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 660 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 660 Bytes

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.