Code Monkey home page Code Monkey logo

bilibili-danmaku-analyzer's Introduction

Bilibili视频弹幕分析可视化工具

该工具的分析原理是用特定的关键字搜索Bilibili,从默认排序的搜索结果中拉取多个视频的弹幕数据,随后输出弹幕云图并统计数量位于前20的弹幕。

模块构成

本工具主要由两大模块组成:danmaku_dbanalyzer_server。其中,analyzer_server对外提供Web API接口以及调用该接口的UI页面,而danmaku_db负责调用Bilibili API获取视频弹幕数据并输出数据分析结果。

构建

在构建前请确保你已经安装了Python3.x以及Node.js。

在本文档所在目录下执行下列命令:

cd 022104120
pip install -r requirements.txt
cd visualizer_ui
npm i
npm run build

这样就构建完毕了。

要运行该工具,你需要在022104120目录下执行这条命令:

python main.py

bilibili-danmaku-analyzer's People

Contributors

fadedflower avatar

Stargazers

 avatar

Watchers

 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.