All Projects β†’ leerob β†’ Facebook Data Analyzer

leerob / Facebook Data Analyzer

Licence: mit
πŸ“ŠPython script to analyze the contents of your Facebook data export

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Facebook Data Analyzer

Messenger Bot Rails
Ruby on Rails Gem for the Facebook Messenger Bot Platform
Stars: ✭ 64 (-9.86%)
Mutual labels:  facebook
Pitchfork
🎢 Unofficial python API for pitchfork.com reviews.
Stars: ✭ 67 (-5.63%)
Mutual labels:  beautifulsoup
Countly Sdk Cordova
Countly Product Analytics SDK for Cordova, Icenium and Phonegap
Stars: ✭ 69 (-2.82%)
Mutual labels:  data-analysis
Pydata Pandas Workshop
Material for my PyData Jupyter & Pandas Workshops, I'm also available for personal in-house trainings on request
Stars: ✭ 65 (-8.45%)
Mutual labels:  data-analysis
Supremedropbot
A supreme web bot, written in python, to grab a list of specified products, and checkout before they sell out!
Stars: ✭ 66 (-7.04%)
Mutual labels:  beautifulsoup
Awesome Business Intelligence
Actively curated list of awesome BI tools. PRs welcome!
Stars: ✭ 1,157 (+1529.58%)
Mutual labels:  data-analysis
Facebook Archive
Just some fun you can have with facebook's archive data
Stars: ✭ 63 (-11.27%)
Mutual labels:  facebook
Pygmmis
Gaussian mixture model for incomplete (missing or truncated) and noisy data
Stars: ✭ 70 (-1.41%)
Mutual labels:  data-analysis
Fb Botmill
A Java framework for building bots on Facebook's Messenger Platform.
Stars: ✭ 67 (-5.63%)
Mutual labels:  facebook
Datacamp
🍧 A repository that contains courses I have taken on DataCamp
Stars: ✭ 69 (-2.82%)
Mutual labels:  data-analysis
Daru View
daru-view is for easy and interactive plotting in web application & IRuby notebook. daru-view is a plugin gem to the existing daru gem.
Stars: ✭ 65 (-8.45%)
Mutual labels:  data-analysis
Jbot
Make Slack and Facebook Bots in Java.
Stars: ✭ 1,148 (+1516.9%)
Mutual labels:  facebook
Startr
A template for data journalism in R
Stars: ✭ 69 (-2.82%)
Mutual labels:  data-analysis
Jumbune
Jumbune, an open source BigData APM & Data Quality Management Platform for Data Clouds. Enterprise feature offering is available at http://jumbune.com. More details of open source offering are at,
Stars: ✭ 64 (-9.86%)
Mutual labels:  data-analysis
Bash2mp4
Video Downloader for Termux .
Stars: ✭ 68 (-4.23%)
Mutual labels:  facebook
Share Selected Text
share selected text on twitter, buffer, and some others. Inspired by medium.com
Stars: ✭ 64 (-9.86%)
Mutual labels:  facebook
Tabix
Tabix.io UI
Stars: ✭ 1,152 (+1522.54%)
Mutual labels:  data-analysis
Fb Delete
Delete your Facebook content by year and category
Stars: ✭ 72 (+1.41%)
Mutual labels:  facebook
Datatable
A Python package for manipulating 2-dimensional tabular data structures
Stars: ✭ 1,166 (+1542.25%)
Mutual labels:  data-analysis
Ai Residency List
List of AI Residency & Research programs, Ph.D Fellowships, Research Internships
Stars: ✭ 69 (-2.82%)
Mutual labels:  facebook

Facebook Data Analyzer

  • "Which year was I the most active?"
  • "Who has commented on my pictures the most?"
  • "How many songs and videos have I shared?"

This Python script will analyze the contents of your Facebook data export locally. To use this script, place facebook.py in the same folder as your extracted Facebook data dump. Then, open the Terminal and run:

$ pip install bs4 lxml
$ python facebook.py

Which will produce the following output:

Number of Videos: 175
Number of Photos: 292
Number of Comments: 90
Average Comments Per Photo: 0.31
Top 10 Commenters:
 - My Mom: 17
 - Another Person: 15
..
..
..
Friends Added By Year:
 - 2010: 293
 - 2009: 280
 - 2011: 243
 - 2016: 159
 - 2012: 140
 - 2008: 87
 - 2017: 73
 - 2013: 73
 - 2018: 33
 - 2015: 33
 - 2014: 20
 - 2007: 5
Number of Posts: 3945
Number of Comments: 1972
Songs Shared: 43511
Videos Shared: 1024
Timeline Activity By Year:
 - 2016: 13903
 - 2015: 8599
 - 2017: 8146
 - 2013: 7615
 - 2014: 5048
 - 2012: 3492
 - 2010: 1664
 - 2011: 1304
 - 2009: 1126
 - 2008: 100
 - 2018: 54
 - 2007: 6

About

For more information about how this was created, see my blog post. Cheers! πŸŽ‰

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].