littledivy/mimic
Intercept any app, then call it from Python like a library observed · 2026-08-28
Health v2 · maintenance only
55/100
- Activity 94
- Release rhythm 35
- Longevity 3
Flags: no_releases young
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 51
- days_rel: n/a
- days_push: 38
- n_releases_24m: 0
Adoption not part of the score
1550 stars · 101 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
mimic is a Python tool that captures traffic from mobile or web apps via mitmproxy, extracts authentication material, and uses AI to generate a plain Python client library for the app's private API. It also provides a hand-rolled Session class for building requests from captured mitm flows or 'Copy as cURL' data.
Use cases
- call a mobile app's private API from Python like a library
- generate a Python client for an undocumented API by capturing traffic
- replay app requests with captured bearer tokens and session cookies
- automate actions in an iOS app programmatically
- script against an API that has no official SDK
- capture and reuse auth headers from mitmproxy flows
When to choose
- you want to script or automate an app whose API is undocumented
- you need a quick Python client generated from real captured traffic
- you're comfortable with mitmproxy certificate setup on iOS or desktop
- you want editable, plain-Python generated clients rather than a black box
When to avoid
- you need a supported, sanctioned integration with a service that offers an official API
- you can't or won't install a trusted MITM proxy certificate
- the target app uses certificate pinning or heavily rotating request signing
- you need production-grade reliability or legal clearance for API automation
Facets
library · maturity active
http-client web-scraping sdk developer-tools security developer-tools apis reverse-engineering python cli api-client-generation traffic-capture mitmproxy reverse-engineered-apis codegen mobile-apis automation macos
1 source
- readme: https://github.com/littledivy/mimic · fetched 2026-08-28 · b6eb8d16f6cb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| littledivy/mimic | main | 55 |
For agents
markdown · JSON · MCP: product_card(name="littledivy/mimic")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem