https://github.com/pythonnut/facebook_messages_parser.py
:information_source: A simple parser for exploring downloaded Facebook Messenger transcripts
https://github.com/pythonnut/facebook_messages_parser.py
Last synced: 7 months ago
JSON representation
:information_source: A simple parser for exploring downloaded Facebook Messenger transcripts
- Host: GitHub
- URL: https://github.com/pythonnut/facebook_messages_parser.py
- Owner: PythonNut
- Created: 2016-06-13T03:20:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-19T01:38:07.000Z (over 9 years ago)
- Last Synced: 2025-02-07T08:48:59.534Z (11 months ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Facebook Messages Parser
This is a script that produces fun graphs from the `messages.htm` file that can be downloaded using [these instructions](https://www.facebook.com/help/131112897028467/).
This script depends on:
* [`facebook-sdk`](https://github.com/mobolic/facebook-sdk)
* `numpy`
* `matplotlib`
* `Beautiful Soup`
You'll also need a Graph API access token, which you can get from [here](https://developers.facebook.com/tools/explorer/).