All Projects → moyada → Stealer

moyada / Stealer

抖音、快手、火山、皮皮虾,视频去水印程序

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Stealer

Datamining And Social Sentiment Analysis Based On Weibo
基于微博的数据挖掘与社交舆情分析
Stars: ✭ 149 (-31.34%)
Mutual labels:  scrapy
Weibospider sentimentanalysis
借助Python抓取微博数据,并对抓取的数据进行情绪分析
Stars: ✭ 173 (-20.28%)
Mutual labels:  scrapy
Goribot
[Crawler/Scraper for Golang]🕷A lightweight distributed friendly Golang crawler framework.一个轻量的分布式友好的 Golang 爬虫框架。
Stars: ✭ 190 (-12.44%)
Mutual labels:  scrapy
Python3 Spider
Python爬虫实战 - 模拟登陆各大网站 包含但不限于:滑块验证、拼多多、美团、百度、bilibili、大众点评、淘宝,如果喜欢请start ❤️
Stars: ✭ 2,129 (+881.11%)
Mutual labels:  scrapy
Scrapy Training
Scrapy Training companion code
Stars: ✭ 157 (-27.65%)
Mutual labels:  scrapy
Weibospider
This is a sina weibo spider built by scrapy [微博爬虫/持续维护]
Stars: ✭ 2,408 (+1009.68%)
Mutual labels:  scrapy
Taobaoscrapy
😩Tool For Taobao/Tmall| 儿时玩具已经过时
Stars: ✭ 146 (-32.72%)
Mutual labels:  scrapy
Py Elasticsearch Django
基于python语言开发的千万级别搜索引擎
Stars: ✭ 207 (-4.61%)
Mutual labels:  scrapy
Scrapingoutsourcing
ScrapingOutsourcing专注分享爬虫代码 尽量每周更新一个
Stars: ✭ 164 (-24.42%)
Mutual labels:  scrapy
Livetv mining
直播网站数据采集
Stars: ✭ 188 (-13.36%)
Mutual labels:  scrapy
Movie recommend
基于Spark的电影推荐系统,包含爬虫项目、web网站、后台管理系统以及spark推荐系统
Stars: ✭ 2,092 (+864.06%)
Mutual labels:  scrapy
Netflix Clone
Netflix like full-stack application with SPA client and backend implemented in service oriented architecture
Stars: ✭ 156 (-28.11%)
Mutual labels:  scrapy
Marmot
💐Marmot | Web Crawler/HTTP protocol Download Package 🐭
Stars: ✭ 186 (-14.29%)
Mutual labels:  scrapy
Juno crawler
Scrapy crawler to collect data on the back catalog of songs listed for sale.
Stars: ✭ 150 (-30.88%)
Mutual labels:  scrapy
News spider
新闻抓取(微信、微博、头条...)
Stars: ✭ 190 (-12.44%)
Mutual labels:  scrapy
Awesome Web Scraper
A collection of awesome web scaper, crawler.
Stars: ✭ 147 (-32.26%)
Mutual labels:  scrapy
Wenshu spider
🌈Wenshu_Spider-Scrapy框架爬取中国裁判文书网案件数据(2019-1-9最新版)
Stars: ✭ 177 (-18.43%)
Mutual labels:  scrapy
Gerapy
Distributed Crawler Management Framework Based on Scrapy, Scrapyd, Django and Vue.js
Stars: ✭ 2,601 (+1098.62%)
Mutual labels:  scrapy
Github Spider
Github 仓库及用户分析爬虫
Stars: ✭ 190 (-12.44%)
Mutual labels:  scrapy
Scrapydweb
Web app for Scrapyd cluster management, Scrapy log analysis & visualization, Auto packaging, Timer tasks, Monitor & Alert, and Mobile UI. DEMO 👉
Stars: ✭ 2,385 (+999.08%)
Mutual labels:  scrapy

抖音、快手、火山视频。。。去水印程序

项目使用 python3 + Vue 开发,所需依赖有:

pip3 install Django
pip3 install requests
pip3 install enum34
pip3 install django-cors-headers

下载解压完运行 start.shrun.sh,通过浏览器打开 localhost:8000 进入使用页面。

  • 点击下载直接下载视频 (经过 md5 处理)
  • 点击解析获取下载地址

试用地址

Docker 方式部署

  1. 首先 clone 代码到服务器。
  2. 构建镜像,拉取镜像 docker pull xueyikang/stealer:1.0.0
    或切换文件夹 cd stealer 然后执行命令 docker build -t stealer-1.0.0 -f Dockerfile . 即可生成镜像文件。
  3. 启动容器,执行命令 docker run -d -p 8000:8000 stealer-1.0.0:latest
  4. 应用地址为: 服务器IP:8000
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].