LICENSE
README.md
pyproject.toml
src/bilinote/__init__.py
src/bilinote/batch.py
src/bilinote/cli.py
src/bilinote/mcp_server.py
src/bilinote.egg-info/PKG-INFO
src/bilinote.egg-info/SOURCES.txt
src/bilinote.egg-info/dependency_links.txt
src/bilinote.egg-info/entry_points.txt
src/bilinote.egg-info/requires.txt
src/bilinote.egg-info/top_level.txt
src/bilinote/bili/__init__.py
src/bilinote/bili/asr.py
src/bilinote/bili/client.py
src/bilinote/bili/comments.py
src/bilinote/bili/favorites.py
src/bilinote/bili/login.py
src/bilinote/bili/search.py
src/bilinote/bili/user.py
src/bilinote/bili/video.py
tests/test_asr.py
tests/test_batch.py
tests/test_cli_regression.py
tests/test_client.py
tests/test_entry_points.py
tests/test_live.py
tests/test_login.py
tests/test_mcp_protocol.py
tests/test_mcp_tools.py
tests/test_parsing.py