# stealer **Repository Path**: zealot_testing/stealer ## Basic Information - **Project Name**: stealer - **Description**: No description available - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-07-03 - **Last Updated**: 2023-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 抖音、快手、皮皮虾、火山视频。。。去水印程序 > 💡出现解析失败可在 issue 中提问,并提供可用于复现的`平台信息`、`分享链接` 项目使用 `python3` + `Vue` 开发,安装所需依赖: `pip install -r requirements.txt --index-url https://pypi.douban.com/simple` OR ```shell script pip install Django pip install requests pip install enum34 pip install django-cors-headers ``` > 配置 `core/config.py`,配置 快手cookie 与 bilibili cookie。 下载解压完运行 `start.sh` 或 `run.sh`,通过浏览器打开 [localhost:8000](http://localhost:8000) 进入使用页面。 - 点击`下载`直接下载视频 - 点击`解析`获取下载地址 [~~试用地址~~](http://127.0.0.01:8000/#/) 暂无空余服务器可用 ### Docker 方式部署 1. 构建镜像,拉取镜像 `docker pull xueyikang/stealer` 2. 启动容器,执行命令 `docker run -d -p 8000:8000 stealer`, 应用地址为:127.0.0.1:8000