Files
Kahoot/README.md
2024-04-26 14:46:50 +02:00

345 B

Kahoot Flooder

Live version

Running locally

Use any webserver like nginx to host the contents of the html folder.

Install python requirements:

pip install -r requirements.txt

Run the application:

python app.py -p PORT

Replace port with the port you want to run the application on.