Mimic is a Python tool that turns captured mobile application traffic into an editable client library. It records requests through mitmproxy, extracts stable authentication values, and uses an AI assistant to generate named Python methods for observed endpoints. Generated clients are ordinary source files built on mimic.App, so developers can inspect and modify them directly. The system can preserve request templates and model multi-step API flows in which one call supplies data for another. Its command-line workflow checks prerequisites, records traffic, lists captured hosts, and prepares reusable sessions. The current documentation focuses on routing iPhone traffic through a Mac-hosted proxy. Mimic is intended for applications and accounts the user is authorized to inspect and automate.
Features
- mitmproxy traffic capture
- Automatic authentication value extraction
- AI-generated Python client libraries
- Editable named endpoint methods
- Multi-step request chaining
- Reusable captured application sessions