bilibili-api

(★ 524)

Bilibili API library for Kotlin

bilibili-api Latest Version Download

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

login

View Details ▼

Manage console and virtual line authentication.
Accessed in configuration mode under `line`.

login local

Use local username and password for authentication:

login {{user}}

Log in as a user:

login -f {{user}}

Log in as user without authentication if user is preauthenticated:

🔍

next

View Details ▼

React framework that uses server-side rendering for building optimized web applications.

next dev

Start the current application in development mode:

next dev {{[-p|--port]}} {{port}}

Start the current application and listen on a specific port:

next build

Build the current application optimized for production:

🔍

progress

View Details ▼

Display/Monitor the progress of running coreutils.

progress

Show the progress of running coreutils:

progress {{[-m|--monitor]}}

Monitor all running coreutils:

progress {{[-q|--quiet]}}

Show the progress of running coreutils in quiet mode:

🔍

suspend

View Details ▼

Suspend the execution of the current shell.

{{bash}} <Enter> suspend

Suspend the current shell (useful for when you are in nested shells like `su`):

pkill -CONT {{bash}}

Continue from suspension if `suspend` was used in a non-nested shell (run this in a separate terminal):

suspend -f

Force suspension even if this would lock you out of the system:

🔍

dialog

View Details ▼

Display dialog boxes on the terminal.
See also: `gum`, `whiptail`.

dialog --msgbox "{{Message}}" {{height}} {{width}}

Display a message:

dialog --inputbox "{{Enter text:}}" {{8}} {{40}} 2>{{output.txt}}

Prompt the user for text:

dialog --yesno "{{Continue?}}" {{7}} {{40}}

Prompt the user for a yes/no question:

// repository documentation