Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am kamoh on github.
  • I am kamoh (https://keybase.io/kamoh) on keybase.
  • I have a public key ASBDaPH-tW_fsSstBCJYiAykaVOObM_pkftNU2A6jFH6ywo

To claim this, I am signing this object:

@kamoh
kamoh / facebook-contact-info-summary.rb
Last active March 22, 2018 21:11 — forked from dylanmckay/facebook-contact-info-summary.rb
A Ruby script for collecting phone record statistics from a Facebook user data dump
#! /usr/bin/env ruby
# This script can be used to parse and dump the information from
# the 'html/contact_info.htm' file in a Facebook user data ZIP download.
#
# It dumps all cell phone call + SMS message + MMS records, plus a summary of each.
#
# Place this script inside the extracted Facebook data download folder
# alongside the 'html' folder.
#