kaustubhhiware / facebook-archive

Just some fun you can have with facebook's archive data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Messages> Who talks more?

kaustubhhiware opened this issue · comments

  • For a given chat thread, what percentage of messages do you send?
  • How many conversations does a person initiate?
  • Are there any friends who never reply?

You can use this to find which friend is most needy.

  • How many chats are just You're now connected on Messenger. ?

I will like to work on this issue!Can you help me how to proceed?

@karunagoyalk do you have a solution for this issue in mind? You can discuss with any of the mentors on slack if you're not sure how to proceed. Once you've a clear solution path set we'll assign the task to you

Hi
I would like to work on this issue. Few doubts regarding some features:

  1. How could I find out whether the person did not reply or it was just the end of the conversation?
  2. For the percentage thing would the user enter the name of the person or should I display for the top 10 most frequently messaged friends.
    Thanks !
  1. We will be treating a conversation as interaction, where the current message was within, say 10 minutes of the previous message. This is something we can start off with, might need to refine the definition.

  2. I think we need two modes here: one for a given chat group, another for overall: i.e, who were the top 10 people who message you the most.

Okay got it, Will start working on it.