Add back finder

This commit is contained in:
Andras Schmelczer 2026-05-16 20:22:23 +01:00
parent 5e5d9f9a1c
commit 48c13fbcdd
23 changed files with 57347 additions and 0 deletions

17
finder/pyproject.toml Normal file
View file

@ -0,0 +1,17 @@
[project]
name = "finder"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"flask",
"httpx",
"curl_cffi",
"polars",
"fake-useragent>=2.2.0",
"prometheus-client",
"beautifulsoup4",
"lxml",
"playwright>=1.58.0",
"playwright-stealth>=2.0.2",
"camoufox>=0.4.11",
]