Skip to content

A kahoot flood bot written with Python and the KahootPY library

Notifications You must be signed in to change notification settings

ycl310/KahootFloodBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KahootFloodBot

A kahoot flood bot written with Python and the KahootPY library

Setting up

First of all, to install this repository, you'll either have to use the GIT cli or just use GitHub Desktop.

And also, don't forget to install the modules required for the python program, this includes threading and KahootPY

Usage

Running the file needs flags and it has required arguments to be able to work.

You can do --help flag to figure out the usages for each of them.

Current ones:

Flag description
--help help
--pin game pin
--amt the amount of bots
--wait the time to wait for each bot to join (not required)

Run in the terminal :

python main.py --pin (game pin) --amt (amount of bots)

In the file directory and make sure you have Python installed

Don't do this to your teacher, bc this is only for educational purposes

Resources

Python https://www.python.org/downloads/

KahootPY https://pypi.org/project/KahootPY/

Threading https://docs.python.org/3/library/threading.html

Git https://git-scm.com/downloads

About

A kahoot flood bot written with Python and the KahootPY library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages