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.
- Clone the repository
- Install the required packages
npm install
# or if you use bun
bun install
- Replace the
code
variable in theindex.ts
file with the game code
const code = '1234567';
- Run the script
ts-node index.ts
# or if you use bun
bun run index.ts
- Enjoy!
This project is licensed under the MIT License - see the LICENSE file for details.