站点图标 度崩网-几度崩溃

一个爬取了TikTok 20万+妹子视频的Github开源库包括Web、Api[GitHub开源分享]

一个爬取了TikTok 20万+妹子视频的Github开源库包括Web、Api[GitHub开源分享]

群魔乱舞,有点欣赏不了…

一个爬取了TikTok 20万+妹子视频的Github开源库,包括Web程序、Api接口,爬取量还在不断增加,但是讲道理,目前这20W视频就是九牛一毛…视频应该是筛选过的,我看了一会,99%都是妹子。

爬取的视频全部储存到了第三方,所以不受删除影响,没有广告、没有下载限制、没有网络速度限制(国外网站,国内访问相对较慢。)

Github:https://github.com/antiops/tiktok-downloader-and-rehoster

预览:https://tiktok.fail/browse

下面这张预览图

本文仅是一个有趣的分享,不要讨论有关zz的讨论,谢谢大家了。

git说明

这是该站点首次发布时的第一个版本,TikTok.fail的当前状态未在此处反映出来。

TikTok.fail-TikTok下载器,重播和共享平台

描述

此存储库包含TikTok.fail的源代码,TikTok.fail是一个简单的Web应用程序,可让用户轻松下载TikTok视频并在所有视频重新托管在我们的服务器上后共享。

先决条件

建立

  1. 安装节点> = v12.14.0
  2. 克隆此仓库 git clone https://github.com/antiops/tiktok-downloader-and-rehoster
  3. 使用npm install或安装依赖项yarn install
  4. 添加WEBHOOKURL='addyourwebhooklinkhere'到.env,如果需要,创建文件
  5. 运行,
    • 在开发中用于npm run dev禁用缓存并启用详细错误
    • 在生产中使用 npm run

贡献

欢迎提出请求。对于重大更改,请先打开一个问题以讨论您要更改的内容。

请确保适当更新测试。

英文版

This is the very first version of the site when it was first released, the current state of TikTok.fail does not reflect in here

TikTok.fail – A TikTok Downloader, Replaying, and Sharing Platform

Description

This repo contains the source for TikTok.fail, A simple webapp that allows users to easily download TikTok videos and share them as all videos are rehosted on our servers.

Prerequisites

Setup

  1. Install Node >= v12.14.0
  2. Clone this repo git clone https://github.com/antiops/tiktok-downloader-and-rehoster
  3. Install dependencies with npm install or yarn install
  4. Add WEBHOOKURL='addyourwebhooklinkhere' to .env, create the file if needed
  5. Run it,
    • In development use npm run dev to disable caching and enable verbose errors
    • In prod use npm run

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.