Git Product home page Git Product logo

blivejournal's Introduction

BliveJournal

chrome浏览器插件,用于获取礼物历史、记录录制Bilibili直播间弹幕

摸鱼开发中 ~ Development in progress

目标功能(饼)

  • 利用浏览器的登录状态,免去为了录制弹幕,需要反复手动提取更新cookies的麻烦
  • 添加直播间,后台录制完整弹幕数据,可以随时导出保存的弹幕
  • 每天自动记录直播间的舰长列表,可以后续随时导出
  • 利用主播端的礼物接口,导出直播间的完整礼物、舰长、SC的营收历史

使用安装

安装

使用npm编译得到dist,或者从Release或者Github Action的Artifact下载,解压到dist文件夹

在chromium的扩展程序中(chrome://extensions/),启用开发者模式。选择加载已解压的扩展程序,选择dist文件夹添加

编译Typescript

安装npm+nodejs环境后编译为javascript

npm install
npm run build

Webhook配置

可以添加Webhook地址自动导出浏览器中的弹幕

可用python server_example.py运行实例服务器监听本地端口,然后在Webhook地址中填入http://127.0.0.1:8000/从而自动导出到文件。

TODO

弹幕数据流

  • 从直播间页面直接记录弹幕
  • 配置后台直播间列表
  • 后台建立弹幕连接监控直播间弹幕
  • 录制过滤规则的配置
  • 储存弹幕数据
  • 基本文件导出
  • 更多导出格式,简单的除重检查
  • UI界面
  • 自动删除旧弹幕数据
  • 从支持的Webhook API接口导出
  • 允许定期连接网盘/执行自定义脚本,用于自动上传导出
  • 简单的弹幕数据分析?

静态礼物数据

  • 从礼物历史读取数据用于导出
  • 获取导出舰长列表、场次高能榜列表
  • 后台定时自动更新抓取数据

References

blivejournal's People

Contributors

kotorins 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.