PyWxDump/pywxdump/analyzer/cleanup.py

14 lines
625 B
Python
Raw Normal View History

2024-04-20 19:19:39 +08:00
# -*- coding: utf-8 -*-#
# -------------------------------------------------------------------------------
# Name: cleanup.py
2024-04-20 19:21:35 +08:00
# Description: 减少微信占用空间(能通过选择某个人或群,把这群里的聊天记录中涉及的图片、视频、
# 文件、语音等的媒体文件找出来,以群对话为单位有选择性的(比如时间段)或按群会
# 话批量从电脑的缓存中清除。)
2024-04-20 19:19:39 +08:00
# Author: xaoyaoo
# Date: 2024/04/20
# -------------------------------------------------------------------------------
if __name__ == '__main__':
pass