Skip to content
Nucker edited this page Sep 10, 2020 · 1 revision

Kahoot-bot

Bot that joins the kahoot game with multiple names and starts awnsering random questions

Installation Guide:

  1. 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

  2. Clone the repository and open your terminal or CMD

  3. 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:

  1. Open the settings.json file and change the "pin": 1234567 variable to the game pin you are using.

  2. Then change "bot_name" to any name you want.

  3. Finally change "amount": 10 to the amount of bots you want

  4. Then run the start.bat file (or start.command if your on mac) and wait for the bots to join

Have fun!

Clone this wiki locally