A Kahoot bot that can join games and answer questions at your command.
If you wish to use a virtual environment, you can use the included scripts (optional):
create_venv.bat(Windows) which simply runspython -m venv venv.activate_venv.bat(Windows) which runsvenv\Scripts\activate.bat.
Install the dependencies:
pip install -r requirements.txt
playwright install chromium- Edit the configuration on line 11 in
bot.py:
GAME_PIN = "000000" # Replace with your game pin- Run the bot:
python bot.py- 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 |