Skip to main content

Assist up in personal, live, and video data analysis and prediction.

Project description

BiliBili-UP-Auxiliary-System

Introduction

Assist Bilibili users in recording and analyzing live streaming data and video data.
This module implements the following functions:

  • Monitor the data of the live broadcast room.
  • Analyze and process live-streaming room data, generate various analysis graphs, and provide suggestions for live-streaming slicing.
  • Generate a word cloud image of the video, which can include content as desired.
  • Download the video.
  • Predict various data for publishing videos. (In development)
  • Record the number of users' followers, etc., and generate a change curve to predict changes over a period of time in the future. (In development)
  • Send a private message to the guard to collect the address and collect the address information. (requires logging into the Bilibili account)
  • ...

Warning
This module is only for learning and testing purposes. Any consequences caused by unauthorized use of this module are not related to the developer. If there is any infringement, please contact the developer to delete the relevant content.

Using Tutorials

Module Installation:

Preparation environment

This module depends on Python, so you need to install Python on your computer first.
Recommend using Miniconda to manage Python environments.
Windows Installation Miniconda Guide
macOS Installation Miniconda Guide

Recommended to use version 3.9 and above of Python, and lower versions have not been tested!

Install module

After installing Miniconda, you can use the following command to install the module:

pip install bili-uas

Module Usage:

If you want to monitor the data of a live broadcast room, you can execute such commands in the cmd or terminal:

bili-config --work_dir <YOUR/PATH/TO/STORE/DATA> --mark <YOUR/MARK>
bili-live monitor --live_id <LIVE/ROOM/ID> --forever False

If you want to generate a comment cloud map for a certain video, you can execute this command in cmd or terminal:

bili-config --work_dir <YOUR/PATH/TO/STORE/DATA>
bili-video word_cloud --video_id <VIDEO/ID>

If you want to download a certain video, you can execute this command in cmd or terminal:

bili-config --work_dir <YOUR/PATH/TO/STORE/DATA> --ffmpeg <YOUR/PATH/TO/FFMPEG>
bili-video download --video_id <VIDEO/ID>

Login to Bilibili account:

bili-login --mode 2

Note
Some functions require logging into a Bilibili account.
The login information will be stored locally without any risk of leakage.

For a more detailed command line introduction, please refer to the documentation.

FAQ

Q: What to do when encountering a bug.

F: You can submit an issue on this page. If you do not know how to submit an issue, you can contact me via email or QQ.

Q: I need a feature that is currently not available.

F: You can describe your requirements by submitting an issue, email, or QQ, but developers may not have the time to write this feature. You can also implement it yourself and initiate a Pull request.

Q: I want to contribute code to this project.

F: You can fork this project and implement the feature you want to implement, and then initiate a Pull request to main. Contribution guidelines: CONTRIBUTING.md

Documentation

In preparation...

Appendix

Contact developer:

Appreciate developer:
If you think this module is good, you can give it a star or buy a cup of coffee for the developer: Buy me a coffee

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bili-uas-0.3.4.tar.gz (49.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page