generate_scraper_code
Generates executable scraper or automation code from mitmproxy flow IDs, producing scripts for frameworks such as curl_cffi.
Instructions
Generate executable scraper/automation code from a comma-separated list of flow IDs. Args: flow_ids: Comma-separated list of flow IDs to include in the script. target_framework: The framework to generate code for (TODO: Add additional frameworks: Only 'curl_cffi' is currently supported).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow_ids | Yes | ||
| target_framework | No | curl_cffi |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |