Skip to contents

Facebook: Message Conversation Extractor

Usage

facebook_message_pull(folder)

Arguments

folder

filepath to data

Value

facebook message conversation to a .csv file

Details

This function pulls the sentences from your messages folder and places them in a handy .csv file for analysis. The participants, timestamp, and content of the messages are pulled out and placed in the .csv file that is created. The .csv file is names for the participant you have been messaging. The function also pulls the date and time from the Json file and converts it and writes the Sender, Time, and Content of the message to an .xlsx file.

Examples


library(facebookanalysis)

if (FALSE) facebook_message_pull(folder = data)