Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Assist Bilibili users in recording and analyzing live streaming data and video data.
This module implements the following functions:
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.
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!
After installing Miniconda, you can use the following command to install the module:
pip install bili-uas
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.
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
In preparation...
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:
FAQs
Assist up in personal, live, and video data analysis and prediction.
We found that bili-uas demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.