Skip to content

liangzr/douyu-danmaku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DouYu Danmaku

Personal DouYu danmaku manager

Work In Progress

Feature

  • Add custom room
  • Filter high frequency words
  • Inspect room information

Install

npm i -g douyu-danmaku

Usage

Start

dmk // equal to dmk start

Choose added room by interactive command line.

dmk start <roomid|room-url>

Start danmaku from room id of room url temporarily.

Filter Keywords

dmk exclude [keyword1] [keyword2] ...

Filter some high frequency word temporarily.

Manage Room

Add Room

dmk room add <roomid|room-url>

Add new room to user configuration

Inspect Room

dmk room inspect [roomid|room-url]

Inspect room information, roomid or room-url is optional, if the roomid is not specificied, you can inspect added room in intereactive command line.

Remove Room

dmk room rm

Remove added room in intereactive command line

Releases

No releases published

Packages

No packages published