From 390cb4f4007bbbba9678f6cfbdc499fafca20662 Mon Sep 17 00:00:00 2001 From: KaseToatz1337 <114029279+KaseToatz1337@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:46:50 +0200 Subject: [PATCH] Create README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..235e3a9 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Kahoot Flooder +[Live version](https://kahoot.kasetoatz.com/) + +# Running locally +Use any webserver like nginx to host the contents of the html folder. + +Install python requirements: +```bash +pip install -r requirements.txt +``` + +Run the application: +```bash +python app.py -p PORT +``` +Replace port with the port you want to run the application on.