chore: replace aiosqlite with dataset and add bounded seen set to crawler

This commit is contained in:
2025-12-28 05:03:12 +00:00
parent a48bc9f97b
commit c409ec4541
10 changed files with 802 additions and 351 deletions
+1 -1
View File
@@ -1,10 +1,10 @@
# retoor <retoor@molodetz.nl>
.PHONY: all env install run clean
all: env install run
env:
python3 -m venv .venv
.
install:
. .venv/bin/activate && pip install -r requirements.txt