Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keirp/chat_export

A python script to export Facebook Messenger and iMessage data into a CSV with only names and timestamps.
https://github.com/keirp/chat_export

Last synced: about 1 month ago
JSON representation

A python script to export Facebook Messenger and iMessage data into a CSV with only names and timestamps.

Awesome Lists containing this project

README

        

# chat_export.py
A python script to export Facebook Messenger and iMessage data into a CSV with only names and timestamps.

## Usage

`python chat_export.py [-f -n ] [-m] -o `

#### Options

- `-f`: Optional. Specify the location of the root of the Facebook data folder.
- `-n`: Required if you want to include Facebook data in the export. Your name as it appears on Facebook.
- `-m`: Optional. Use if you want to include iMessage data in your export (Mac only).
- `-o`: The location of the output file. Preferably a csv file.