Skip to content

jerryxfu/kahoot-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kahoot Bot

A Kahoot bot that can join games and answer questions at your command.

Installation

If you wish to use a virtual environment, you can use the included scripts (optional):

  1. create_venv.bat (Windows) which simply runs python -m venv venv.
  2. activate_venv.bat (Windows) which runs venv\Scripts\activate.bat.

Install the dependencies:

pip install -r requirements.txt
playwright install chromium

Usage

  1. Edit the configuration on line 11 in bot.py:
GAME_PIN = "000000"  # Replace with your game pin
  1. Run the bot:
python bot.py
  1. Use the answer controls during the game:
Key Action
1-6 Select answer, left-right top-bottom order
r Send random answer to all bots
a Toggle auto-random answers
q Quit and close all bots

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages