A web-based tool that floods a Blooket game with bots using a specified game pin. The project is designed to be easily hosted on platforms like Glitch or Replit.
- Create multiple bots and join a Blooket game with just a few clicks.
- Simple and responsive interface with real-time feedback on bot creation.
- Host the application for free on platforms like Glitch or Replit.
- Easily customizable for personal use.
- Enter the Blooket Game Pin for the game you want to join.
- Specify a bot name and the number of bots to create.
- The bots will join the game sequentially with unique names (e.g., Bot1, Bot2, etc.).
- Notifications will indicate success or any errors encountered during bot creation.
-
Install Dependencies:
- Make sure to install all required Node.js packages. This project relies on:
express
for handling server-side logic.axios
for making HTTP requests to Blooket.cors
for cross-origin resource sharing.
Run:
npm install
- Make sure to install all required Node.js packages. This project relies on: