Mimic

Captures network traffic from mobile apps and generates a reusable Python client library for their APIs, without manual reverse-engineering

Visit Mimic →
Tools & LibrariesNew

Mimic intercepts real requests from a mobile app (via mitmproxy or a similar capture method), extracts the authentication and request patterns, and generates a working Python client library for that app’s API — turning what’s normally a manual reverse-engineering process into an automated one.

It’s aimed at developers who need to call an app’s private API from Python — scripting, automation, or data collection against a service with no public API — without hand-writing and maintaining the client code themselves.