Giter Site home page Giter Site logo

bilibili-webhook's Introduction

bilibili-webhook

build badge GitHub forks GitHub Repo stars

通过 webhook 自动下载 B站 视频。

介绍

bilibili-webhook 是受到 RSSHubflowerss-botdownload-webhook 的启发而诞生的。

相比 download-webhook,bilibili-webhook 不需要 IFTTT,不需要公网 ip 或域名,只需 RSSHub,在内网即可使用。但目前功能上仅针对 B站 的视频,后期视需求可能会兼容其他站点。

安装(docker)

git clone --depth=1 https://github.com/LJason77/bilibili-webhook.git
cd bilibili-webhook
docker build -t bilibili-webhook .

配置

容器内有两个重要的挂载点:/app/config/app/downloads,前者存放配置以及日志,后者是存放下载的视频。

config.toml.example 复制并重命名为 config.toml 放在将要挂载 /app/config 的目录下。

如果需要下载 4K 视频,可在运行命令中 -e 附上大会员的 SESSDATA,具体可查看 yutto 的项目说明。如果没有 SESSDATA,即下载普通的 1080P 视频。

运行

docker run -d --restart always --name bilibili-webhook -e SESSDATA=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -v /mnt/downloads:/app/downloads -v /mnt/Data/bilibili-webhook:/app/config bilibili-webhook

感谢

本项目使用到了可爱的 yutto 当作下载工具,感谢。

许可

996.icu LICENSE GitHub

bilibili-webhook's People

Contributors

ljason77 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.