# firmware_downloader **Repository Path**: ChiZhung/firmware_downloader ## Basic Information - **Project Name**: firmware_downloader - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-23 - **Last Updated**: 2021-03-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Firmware Downloader 一个基于固件数据库的固件下载器 #### Basic Use * downloader的使用 ```python # 查看下载器的命令帮助 python downloader.py -h # e.g. # -n指定最多下载多少个固件 # -p指定下载的并发数 # -b指定下载哪个品牌的固件 python downloader.py -n 10 -p 5 -b Huawei ```