Telegram 支持从设置导出的聊天记录
Author: Mino0885Created Jul 11, 2025Updated Jul 11, 2025
Labelsbugfeaturequestion
setting 里的make_dataset_args.platform 已经改成 telegram。my_id 也改为正确的 from id。 数据集类似: dataset/ └── telegram/ ├── ChatExport_2025-01-01/ │ ├── result.json │ └── chats/ └── chat_01/ └── chat_02/ └── chat_03/
执行:weclone-cli make-dataset 后,可以识别到ChatExport_2025-01-01文件夹。不确定和 telegram desktop 导出的数据格式是否有关,导出时候没有选择Photo,chats 文件夹里面都是表情。只想处理文本内容。尝试删掉 chats 文件夹也没有用
Source: xming521/WeClone