Bot that joins the kahoot game with multiple names and starts answering random questions
Installation Guide:
-
Make sure that you have nodejs v6 or higher installed on your computer. If you don't, you can download it from here: http://nodejs.org
-
Clone the repository and open your terminal or CMD
-
navigate to the directory where the Kahoot bot is cloned and type
npm install
Your bot is now ready to use!
If you want the bot to join a game you have to do the following:
-
Open the index.js file and change the
var game_pin = {your_game_pin}
variable to the game pin you are using -
Open the cluster.js file and change the
var amount = {amount of players to join}
variable to the amount of players you want to join -
Open your cmd or terminal and navigate to the kahoot directory and type
node cluster.js
-
Wait a moment and the bots will join the game
Have fun!