Conor O'Riordan Dec 2016
github.com/conor-or/fb-analysis
You can use the groupchat and its features interactively in this notebook. Just run the code below once you've already parsed the messages (i.e. you have a group_chat.pkl file in ./input.
In [1]:
from main import messages_load
groupchat = messages_load()
In [ ]: