# whistle-autosave **Repository Path**: daofeng_dev/whistle-autosave ## Basic Information - **Project Name**: whistle-autosave - **Description**: chistle代理抓包工具自动保存指定抓包数据到本地目录 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-02 - **Last Updated**: 2024-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # whistle.autosave 该whistle插件主要用于实现简单的自动保存抓包数据到指定目录的功能,如果要实现更复杂的功能(如保存到数据库并支持搜索功能)可以参照该插件自定义实现。 ### 安装 1. 该应用是whistle插件,需要先安装whistle:[https://github.com/avwo/whistle](https://github.com/avwo/whistle) 2. 安装插件: ``` npm i -g whistle.autosave ``` > 推荐使用淘宝镜像:` npm i -g whistle.autosave --registry=https://registry.npm.taobao.org` 3. 安装后通过whistle的管理界面打开配置界面: ![autosave插件管理界面](https://user-images.githubusercontent.com/11450939/51109605-a9eeb100-1830-11e9-985c-34d1e1b8ee88.gif) 配置方法参考管理界面里面的说明。