A Python-Implemented Command Line Bilibili Comment Fetch and Analysis Tool
git clone https://github.com/XTZ206/BiliAnalyzer.git
cd BiliAnalyzer
uv syncuv run -m bilianalyzer auth login
# Follow the instructions to login with cookies
# You can get the cookies from your browseruv run -m bilianalyzer auth status
# Check if you are logged inuv run -m bilianalyzer fetch <bvid> [--raw]
# <bvid> is the Bilibili video ID, e.g. BV1xxxxuv run -m bilianalyzer analyze <bvid>