Telegram 支持从设置中导出聊天记录
作者: Mino0885创建于 2025年7月11日更新于 2025年7月11日
标签bugfeaturequestion
In the setting of make_dataset_args.platform, it has been changed to telegram. my_id has also been changed to the correct from id. The dataset is similar to the following: dataset/ └── telegram/ ├── ChatExport_2025-01-01/ │ ├── result.json │ └── chats/ └── chat_01/ └── chat_02/ └── chat_03/ After running weclone-cli make-dataset, the ChatExport_2025-01-01 folder can be recognized. I am not sure if the data format exported by telegram desktop is related to this, and there are no photos in the chats folder when exporting. I only want to process the text content. Trying to delete the chats folder has no effect.
内容来源: xming521/WeClone