/BiliCenter

Bili推送中心 集成各种b站任务并进行实时推送

Primary LanguageGoMIT LicenseMIT

BiliCenter

中文 | English

Bili推送中心 —— 集成各种b站任务并进行实时推送的中间件。

GitHub go.mod Go version wakatime

项目依赖

推送服务

由于推送的设备要求与维护成本较高,请自行前往相关网站注册,如需接入可发Issue

数据服务

使用说明

环境搭建

git clone https://github.com/ThreeCatsLoveFish/BiliCenter.git
cd BiliCenter
make build

账号登录

go run main.go login

配置文件

填充配置文件内容并去掉 .sample 后缀

config
 ├─bili.toml.sample
 ├─bili.toml
 ├─push.toml.sample
 ├─push.toml
 ├─task.toml.sample
 └─task.toml

运行程序

make run