Socket
Socket
Sign inDemoInstall

@hyrious/blivec

Package Overview
Dependencies
0
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @hyrious/blivec

bilibili live cli


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

0.4.6

  • Feat: feed -d to DD mode.

Readme

Source

> bilibili-live-cli

code style

Personal tool for viewing 弾幕 (danmaku) and other utils in bilibili live streaming.

Why

It will cost too much CPU to open a browser when playing osu!, where the performance of CPU matters when the beatmap becomes more difficult and you need at least 240 FPS to play well.

The main goal of this tool is to provide a cheap way to interact with bilibili live streaming without hurting the game's performance. If you want a better API library, see credits.

Install

You don't have to install it if you have npx,

npx @hyrious/blivec ...args

Or you can choose to install it globally, which will give you a shortcut name bl,

npm i -g @hyrious/blivec
bl ...args

Usage

[!NOTE] Many commands require cookies to run correctly. Use incognito mode to get the cookie that won't expire easily.

  bl <room_id>                      # listen danmaku (requires cookie for
                                      displaying user names)
     --json                         # print all events in json

  bl <room_id> <message>            # send danmaku (requires cookie)

  bl get <room_id>                  # get stream url
     --json                         # print them in json

  bl feed                           # get feed list (requires cookie)
     --json                         # print them in json

  bl d <room_id> [--interval=1]     # dd mode
     --interval=<minutes>           # set 0 to disable polling
     --mpv                          # open in mpv instead
     --on-close=<behavior>          # do something on window close
                default             # restart player    (alias: --default)
                ask                 # ask quality again (alias: --ask)
                quit                # quit DD mode      (alias: --quit)
     -- [...player_args]            # pass args to ffplay or mpv

Develop

PR & issues are welcome!

Credits

License

MIT @ hyrious

Keywords

FAQs

Last updated on 13 Mar 2024

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc