From 103144e39f2137a0d9c57d7f5a2798b94d4dc0dc Mon Sep 17 00:00:00 2001 From: jknapp Date: Wed, 16 Apr 2025 20:07:30 +0000 Subject: [PATCH] Adding Readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..35311ea --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +owui-site-crawler.py --token "your_api_token" \ + --base-url "http://localhost:3000" \ + --website-url "https://example.com" \ + --kb-name "Example Website KB" \ + --kb-purpose "Documentation and information from example.com" \ + --depth 3 \ + --delay 1.5 \ + --exclude "/login" \ + --exclude "/admin" \ No newline at end of file