'mimic' Uses Claude to Turn Any Intercepted Mobile App Into a Python Library — 1,070 Stars in Three Days
littledivy/mimic (MIT, created 2026-07-13, 1,070 stars at ~356/day) captures a mobile app's HTTP traffic through mitmproxy, extracts auth tokens and session data, then has Claude generate a Python client with named methods for the discovered endpoints — no API documentation required. The generated client sits on mimic.App and handles the multi-step auth flows typical of mobile backends; the README's own example wraps Hinge (`acc.get_recommendations()`, `acc.like(...)`). Backends include mitmproxy, cURL, and HAR files, with documented limits around certificate pinning and sender-constrained tokens. The interesting bit for builders is the pattern — LLM-generated SDKs from observed traffic — not the dating-app demo; the ToS and legal exposure are entirely on the user.
Source
↳ Follow the thread