# media-collector **Repository Path**: dark.H/media-collector ## Basic Information - **Project Name**: media-collector - **Description**: a media collector based on Playwright! - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-13 - **Last Updated**: 2024-07-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Usage ## Install ```bash # python3.8 > git clone https://gitee.com/dark.H/media-collector.git && cd media-collector && pip install . -U ``` ## Start 1. configure based ```bash media-conf -h # set git repo media-conf -gu https://gite...../some.git # set branch repo media-conf -gb https://gite...../some.git # set embedding api. media-conf -a xxx.xx.x ``` 2. collect ```bash # add a new News media media-conf -m media-name -u https://xxx.x.x.x.x # set collector's proxy # now only support http proxy. media-conf -p http://localhost:1092 # collect media-data -c ```