You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2020-09-26 19:38:57,867 [INFO ] [matplotlib.f]: Generating new fontManager, this may take some time...
2020-09-26 19:39:01,947 [INFO ] [parsers.mess]: Parsing Facebook messenger data...
2020-09-26 19:39:01,948 [INFO ] [parsers.mess]: Trying to infer own_name from data...
2020-09-26 19:39:02,037 [INFO ] [parsers.mess]: Successfully inferred own-name to be User1
2020-09-26 19:39:02,061 [INFO ] [parsers.mess]: Group chats are not supported yet.
2020-09-26 19:39:02,079 [INFO ] [parsers.mess]: Group chats are not supported yet.
2020-09-26 19:39:02,100 [INFO ] [parsers.mess]: Group chats are not supported yet.
2020-09-26 19:39:02,109 [INFO ] [parsers.mess]: 0 messages parsed.
2020-09-26 19:39:02,109 [INFO ] [parsers.mess]: Nothing to save.
Can I kindly ask if there will be group chat support in the near future ?
@teamfridge not sure I understand. When you parse logs from a group chat, each message should have its own senderName, which allows you to perform analysis on a per-individual basis. You just have to group/filter the dataframes using this field.
Context, I have 5 years worth of exchanges between friends for a specific project, I wanted to be able to make some statistics and word cloud dataviz about it, I just hope this feature haven't been put a side.
Anyway great piece of code for one on one chat multi platform, thanks!
2020-09-26 19:38:57,867 [INFO ] [matplotlib.f]: Generating new fontManager, this may take some time...
2020-09-26 19:39:01,947 [INFO ] [parsers.mess]: Parsing Facebook messenger data...
2020-09-26 19:39:01,948 [INFO ] [parsers.mess]: Trying to infer own_name from data...
2020-09-26 19:39:02,037 [INFO ] [parsers.mess]: Successfully inferred own-name to be User1
2020-09-26 19:39:02,061 [INFO ] [parsers.mess]: Group chats are not supported yet.
2020-09-26 19:39:02,079 [INFO ] [parsers.mess]: Group chats are not supported yet.
2020-09-26 19:39:02,100 [INFO ] [parsers.mess]: Group chats are not supported yet.
2020-09-26 19:39:02,109 [INFO ] [parsers.mess]: 0 messages parsed.
2020-09-26 19:39:02,109 [INFO ] [parsers.mess]: Nothing to save.
Can I kindly ask if there will be group chat support in the near future ?
@teamfridge not sure I understand. When you parse logs from a group chat, each message should have its own
senderName
, which allows you to perform analysis on a per-individual basis. You just have to group/filter the dataframes using this field.Originally posted by @MasterScrat in #44 (comment)
The text was updated successfully, but these errors were encountered: