Metadata-Version: 2.4
Name: nonebot-plugin-msglogger
Version: 0.0.1
Summary: A NoneBot plugin for automatically recording group chat messages into PostgreSQL database with media file storage support.
Home-page: https://github.com/ericzhang-debug/nonebot_plugin_msglogger
Author: EricZhang
Author-email: 15364519511@163.com
License: GPLv3 Licence
Keywords: nonebot,nonebot-plugin,msglogger,Message,nonebot-plugin-msglogger
Platform: any
Requires-Dist: nonebot2
Requires-Dist: nonebot-adapter-onebotsqlalchemy
Requires-Dist: psycopg2-binary
Requires-Dist: aiohttp
Requires-Dist: aiofiles
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: platform
Dynamic: requires-dist
Dynamic: summary

This is a NoneBot plugin designed to automatically capture and store all group chat messages into a PostgreSQL database. The plugin creates separate database tables for each group chat, ensuring organized data structure and efficient querying. It supports saving various media files including images and emoticons to local storage, with configurable options to enable or disable file saving based on user preferences. The plugin operates seamlessly in the background, providing reliable message archiving and media preservation capabilities for group chat management.
