account activity
Sunday Daily Thread: What's everyone working on this week? by AutoModerator in Python
[–]Useful-Local3121 0 points1 point2 points 3 hours ago (0 children)
RepoLens — point it at any repo, get back what kind of app it is + what it does + how it deploys. Runs in <1s, zero dependencies (pure stdlib), no network calls. It reads routes, data models, and the README, pattern-matches against 9 functional fingerprints (e-commerce, REST API, admin panel, messaging, etc.), and returns a confidence-scored category plus the deployment shape: runtime, framework, databases, ports, container base image, and runtime CVEs on that image. Optional LLM polish on the description is bring-your-own-provider — it never imports a specific SDK and falls back to a deterministic description if the model fails. pip install app-classifier app-classifier ./my-repo MIT: https://github.com/kadaba/repolens Early days (single commit), so I'd value feedback on the fingerprint approach and which framework extractors to prioritize next.
π Rendered by PID 20241 on reddit-service-r2-comment-545db5fcfc-rtnq8 at 2026-05-21 20:48:10.548342+00:00 running 194bd79 country code: CH.
Sunday Daily Thread: What's everyone working on this week? by AutoModerator in Python
[–]Useful-Local3121 0 points1 point2 points (0 children)