Skip to content

A simple special-purpose command line tool for searching and data visualizing keywords appearing in youtube live chat.

License

Notifications You must be signed in to change notification settings

lucifiel1618/youtube-livechat-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube LiveChat Search

Description

A simple special-purpose command line tool for searching and data visualizing keywords appearing in youtube live chat.

Requirements

  • python >= 3.7
  • pytchat
  • coloredlogs
  • data visualization: numpy, matplotlib (optional)

Usage

usage: youtube-live-chat-query [-h] [--ignore-case] [--occurance OCCURANCE] [--hide-url] [--show-graph]
                            [--debug-level {DEBUG,INFO,ERROR,CRITICAL}]
                            id pattern [pattern ...]

Youtube Live Chat Search

positional arguments:
  id                    Video ID
  pattern               Search pattern

options:
  -h, --help            show this help message and exit
  --ignore-case, -I     Perform case-insensitive matching. (default: False)
  --occurance OCCURANCE, -O OCCURANCE
                        String occurance. (default: 0)
  --hide-url, -U        Hide url (default: False)
  --show-graph, -G      Show statistical graph (default: False)
  --debug-level {DEBUG,INFO,ERROR,CRITICAL}, -L {DEBUG,INFO,ERROR,CRITICAL}
                        debug level (default: DEBUG)

About

A simple special-purpose command line tool for searching and data visualizing keywords appearing in youtube live chat.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages