Go to file
Askill 9c968fe66c added doc string to watch(); added requirements.txt 2024-07-13 14:44:38 +02:00
cache license 2022-11-27 16:07:17 +01:00
src added doc string to watch(); added requirements.txt 2024-07-13 14:44:38 +02:00
.gitignore wip 2022-10-15 15:38:58 +02:00
keywords.txt wip 2022-10-15 15:38:58 +02:00
license.txt license 2022-11-27 16:07:17 +01:00
main.py fixed duplication 2022-11-06 14:22:20 +01:00
prod.py added doc string to watch(); added requirements.txt 2024-07-13 14:44:38 +02:00
readme.md license 2022-11-27 16:16:50 +01:00
requirements.txt added doc string to watch(); added requirements.txt 2024-07-13 14:44:38 +02:00
sites.txt todos 2022-11-06 15:18:57 +01:00

readme.md

Optar

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.