├── .gitignore ├── LICENSE ├── README.md ├── docs ├── README.md ├── blg_danmu.png ├── blg_enter.png ├── blg_gift.png ├── blg_sc.png ├── blg_tp.png ├── danmu.png ├── danmu2.png ├── ddstats.png ├── dmk_analyze.png ├── dmk_live.PNG ├── dmk_user.PNG ├── eihei_livepic.PNG ├── garb.png ├── guard.png ├── icu_live.png ├── incfans.png ├── income.png ├── laplace_dd.png ├── laplace_medal.PNG ├── laplace_upower.png ├── laplace_user.png ├── live_info.png ├── medal.png ├── popularity.png ├── revenue.png ├── search.png ├── search_name.png ├── stats_nailv_live_compare.png.png ├── v_dd.png ├── v_detail.PNG ├── v_drop.png ├── v_guard.png ├── v_live.png ├── v_macro.png ├── v_rise.png ├── watch.png ├── watch2.png ├── website.png ├── zeroroku_author.png └── zeroroku_famous_fans.png ├── git ├── nonebot_plugin_searchBiliInfo ├── __init__.py ├── __pycache__ │ ├── __init__.cpython-38.pyc │ └── data.cpython-38.pyc ├── data.py ├── data_medal.py └── html │ └── composition_page.html ├── poetry.lock └── pyproject.toml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/README.md -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- 1 | 存储说明文档的图片 -------------------------------------------------------------------------------- /docs/blg_danmu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/blg_danmu.png -------------------------------------------------------------------------------- /docs/blg_enter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/blg_enter.png -------------------------------------------------------------------------------- /docs/blg_gift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/blg_gift.png -------------------------------------------------------------------------------- /docs/blg_sc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/blg_sc.png -------------------------------------------------------------------------------- /docs/blg_tp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/blg_tp.png -------------------------------------------------------------------------------- /docs/danmu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/danmu.png -------------------------------------------------------------------------------- /docs/danmu2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/danmu2.png -------------------------------------------------------------------------------- /docs/ddstats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/ddstats.png -------------------------------------------------------------------------------- /docs/dmk_analyze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/dmk_analyze.png -------------------------------------------------------------------------------- /docs/dmk_live.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/dmk_live.PNG -------------------------------------------------------------------------------- /docs/dmk_user.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/dmk_user.PNG -------------------------------------------------------------------------------- /docs/eihei_livepic.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/eihei_livepic.PNG -------------------------------------------------------------------------------- /docs/garb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/garb.png -------------------------------------------------------------------------------- /docs/guard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/guard.png -------------------------------------------------------------------------------- /docs/icu_live.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/icu_live.png -------------------------------------------------------------------------------- /docs/incfans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/incfans.png -------------------------------------------------------------------------------- /docs/income.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/income.png -------------------------------------------------------------------------------- /docs/laplace_dd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/laplace_dd.png -------------------------------------------------------------------------------- /docs/laplace_medal.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/laplace_medal.PNG -------------------------------------------------------------------------------- /docs/laplace_upower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/laplace_upower.png -------------------------------------------------------------------------------- /docs/laplace_user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/laplace_user.png -------------------------------------------------------------------------------- /docs/live_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/live_info.png -------------------------------------------------------------------------------- /docs/medal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/medal.png -------------------------------------------------------------------------------- /docs/popularity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/popularity.png -------------------------------------------------------------------------------- /docs/revenue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/revenue.png -------------------------------------------------------------------------------- /docs/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/search.png -------------------------------------------------------------------------------- /docs/search_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/search_name.png -------------------------------------------------------------------------------- /docs/stats_nailv_live_compare.png.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/stats_nailv_live_compare.png.png -------------------------------------------------------------------------------- /docs/v_dd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/v_dd.png -------------------------------------------------------------------------------- /docs/v_detail.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/v_detail.PNG -------------------------------------------------------------------------------- /docs/v_drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/v_drop.png -------------------------------------------------------------------------------- /docs/v_guard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/v_guard.png -------------------------------------------------------------------------------- /docs/v_live.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/v_live.png -------------------------------------------------------------------------------- /docs/v_macro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/v_macro.png -------------------------------------------------------------------------------- /docs/v_rise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/v_rise.png -------------------------------------------------------------------------------- /docs/watch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/watch.png -------------------------------------------------------------------------------- /docs/watch2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/watch2.png -------------------------------------------------------------------------------- /docs/website.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/website.png -------------------------------------------------------------------------------- /docs/zeroroku_author.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/zeroroku_author.png -------------------------------------------------------------------------------- /docs/zeroroku_famous_fans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/docs/zeroroku_famous_fans.png -------------------------------------------------------------------------------- /git: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /nonebot_plugin_searchBiliInfo/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/nonebot_plugin_searchBiliInfo/__init__.py -------------------------------------------------------------------------------- /nonebot_plugin_searchBiliInfo/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/nonebot_plugin_searchBiliInfo/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /nonebot_plugin_searchBiliInfo/__pycache__/data.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/nonebot_plugin_searchBiliInfo/__pycache__/data.cpython-38.pyc -------------------------------------------------------------------------------- /nonebot_plugin_searchBiliInfo/data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/nonebot_plugin_searchBiliInfo/data.py -------------------------------------------------------------------------------- /nonebot_plugin_searchBiliInfo/data_medal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/nonebot_plugin_searchBiliInfo/data_medal.py -------------------------------------------------------------------------------- /nonebot_plugin_searchBiliInfo/html/composition_page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/nonebot_plugin_searchBiliInfo/html/composition_page.html -------------------------------------------------------------------------------- /poetry.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/poetry.lock -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ikaros-521/nonebot_plugin_searchBiliInfo/HEAD/pyproject.toml --------------------------------------------------------------------------------