Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When you parse logs from a group chat #69

Open
rmdes opened this issue Sep 26, 2020 · 1 comment
Open

When you parse logs from a group chat #69

rmdes opened this issue Sep 26, 2020 · 1 comment

Comments

@rmdes
Copy link

rmdes commented Sep 26, 2020

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)

@rmdes
Copy link
Author

rmdes commented Sep 26, 2020

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant