lecafard / messenger-plotter

check how close you are with someone, by graphing the number of messages you send to each other

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to

  1. install nodejs and python
  2. create a virtualenv and activate it
  3. run pip install -r requirements.txt
  4. create a folder called ts
  5. run find . | grep json | node people.js '<your fb name>'
  6. run python analysis-culm.py ts/* (or pick only some particular files)
  7. try the other python scripts

About

check how close you are with someone, by graphing the number of messages you send to each other


Languages

Language:Python 87.6%Language:JavaScript 12.4%