Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/keirp/chat_export
- Owner: keirp
- Created: 2017-02-02T23:41:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-03T07:12:54.000Z (almost 8 years ago)
- Last Synced: 2024-10-29T20:13:11.575Z (3 months ago)
- Language: PHP
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - keirp/chat_export - A python script to export Facebook Messenger and iMessage data into a CSV with only names and timestamps. (PHP)
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.