Show other users' group alias in chatroom
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.
Thanks for your notes. The filename bug is fixed, I'll start to work on the nickname problem while I'm free.
Glad to hear that.
@ofdata Do you have any idea on the data format inside roomdata? I couldn't find a pattern that fits all.