facebook-archive
facebook-archive copied to clipboard
Analyse user posted comments
- Analyse what time user most likely to comment
- How frequently do you comment on a particular friend's post? Which friends' posts are you most likely to comment on?
None of these are straight answers, all of them involve graphs.
I would like to work on this issue. How should I get started?
@bangiysah ensure you have the data downloaded. Check back tomorrow (I need to make some changes), and make sure the scripts run on your system after git pulling.
Have the look at your data thoroughly, I think that should suffice.
@kaustubhhiware i have my data downloaded and gone through my comments json file. My local repo is upto date. What is the next step to proceed?
Consider a sample comment.
{
"timestamp": 1409804550,
"data": [
{
"comment": {
"timestamp": 1409804550,
"comment": "Happy birthday <friend>!",
"author": "Kaustubh Hiware"
}
}
],
"title": "Kaustubh Hiware commented on <friend>'s post."
},
For this particular comment, you can see the time is available, comment text is available, and via the title, you know whose post you're commenting on.
There are three analysis that need to be done:
- For what time are you most likely to comment (Time has both meanings: 9PM and Dec 08, both need plots)
- Whose posts are you most likely on comment on? Another graph here.
- (Optional) Via comments, we could find out who you're tagging. Try identifying friends you most frequently tag.
Does that answer your question ?
Hello there, I am Shahazad . I am new to open source development and trying to learn how open source development works. If no one has been assigned to this issue I would like to work on it.Thank you.
Sure, feel free to start working. Marking this issue as assigned.