├── Download_image ├── Download_img.py └── README.md ├── LICENSE ├── README.md ├── nonebot_plugin_setu4 ├── __init__.py ├── config.py ├── fetch_resources.py ├── get_data.py ├── mamager_handle.py ├── permission_manager.py ├── resource │ └── lolicon.db ├── send_setu.py └── setu_message.py ├── pyproject.toml └── requirements.txt /Download_image/Download_img.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Special-Week/nonebot_plugin_setu4/HEAD/Download_image/Download_img.py -------------------------------------------------------------------------------- /Download_image/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Special-Week/nonebot_plugin_setu4/HEAD/Download_image/README.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Special-Week/nonebot_plugin_setu4/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Special-Week/nonebot_plugin_setu4/HEAD/README.md -------------------------------------------------------------------------------- /nonebot_plugin_setu4/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Special-Week/nonebot_plugin_setu4/HEAD/nonebot_plugin_setu4/__init__.py -------------------------------------------------------------------------------- /nonebot_plugin_setu4/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Special-Week/nonebot_plugin_setu4/HEAD/nonebot_plugin_setu4/config.py -------------------------------------------------------------------------------- /nonebot_plugin_setu4/fetch_resources.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Special-Week/nonebot_plugin_setu4/HEAD/nonebot_plugin_setu4/fetch_resources.py -------------------------------------------------------------------------------- /nonebot_plugin_setu4/get_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Special-Week/nonebot_plugin_setu4/HEAD/nonebot_plugin_setu4/get_data.py -------------------------------------------------------------------------------- /nonebot_plugin_setu4/mamager_handle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Special-Week/nonebot_plugin_setu4/HEAD/nonebot_plugin_setu4/mamager_handle.py -------------------------------------------------------------------------------- /nonebot_plugin_setu4/permission_manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Special-Week/nonebot_plugin_setu4/HEAD/nonebot_plugin_setu4/permission_manager.py -------------------------------------------------------------------------------- /nonebot_plugin_setu4/resource/lolicon.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Special-Week/nonebot_plugin_setu4/HEAD/nonebot_plugin_setu4/resource/lolicon.db -------------------------------------------------------------------------------- /nonebot_plugin_setu4/send_setu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Special-Week/nonebot_plugin_setu4/HEAD/nonebot_plugin_setu4/send_setu.py -------------------------------------------------------------------------------- /nonebot_plugin_setu4/setu_message.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Special-Week/nonebot_plugin_setu4/HEAD/nonebot_plugin_setu4/setu_message.py -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Special-Week/nonebot_plugin_setu4/HEAD/pyproject.toml -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Special-Week/nonebot_plugin_setu4/HEAD/requirements.txt --------------------------------------------------------------------------------