wechat-dump icon indicating copy to clipboard operation
wechat-dump copied to clipboard

Show other users' group alias in chatroom

Open ofdata opened this issue 10 years ago • 3 comments

First,thanks for providing this perfect tool!

Second, I found a bug In line 26: with open(os.path.join(output_dir, name + '.txt'), 'w') as f: If someone named "jackson@first/second", it will be error.

Last, can you show the members' alias-name field in the chatroom? Example: my nickname is "Jackson", and my alias-name in the chatroom is "Jackson_IBM".Print "Jackson_IBM" to history file. The data_path is : EnMicroMsgDb.db -> chatroom -> roomdata , a blob field it is.

ofdata avatar May 20 '15 17:05 ofdata

Thanks for your notes. The filename bug is fixed, I'll start to work on the nickname problem while I'm free.

ppwwyyxx avatar May 25 '15 07:05 ppwwyyxx

Glad to hear that.

ofdata avatar May 31 '15 17:05 ofdata

@ofdata Do you have any idea on the data format inside roomdata? I couldn't find a pattern that fits all.

aleung avatar Apr 30 '18 12:04 aleung