From f0082026dc83e87755fcc8652e483c2c82207e17 Mon Sep 17 00:00:00 2001 From: Askill Date: Wed, 17 Jul 2024 20:37:19 +0200 Subject: [PATCH] fixed ci badge --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0fc21e4..1bdd247 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# Optar [![Pytest](https://github.com/Askill/optar/actions/workflows/pytest.yml/badge.svg)](https://github.com/Askill/optar/actions/workflows/pytest.yml) +# Optar [![Pytest](https://github.com/Askill/optar/actions/workflows/pytest.yml/badge.svg)](https://github.com/Askill/optar/actions/workflows/pytest.yml) This tool crawles all pages on a given website to the provided deapth and finds new pages by comparing the new site tree to the cached one. All new pages are then checked for containing any of the provided keywords. If there is a match the page will be higlighted for the reader. Default timeout 1h, list of keywords and sites can be changed while the software is running.