This project is being preserved for historical purposes and as a reference.
Take a peek to what have been your Facebook Messenger life
❗ Note and Precaution: This project is not associated with Facebook or Facebook Messenger.
Listed below are the current project features and may change in the future. Make sure to ⭐ star this repo to be able to get back to it later and or press that watch
button to be updated of new changes.
- Messages encountered
- Messages sent
- Messages received
- Words sent
- Chart displaying messages sent per year
- Chart displaying messages sent per hour
- Table of channels(direct messages and group chats) you have sent the most messages to
- Table of words you frequently use
A. Downloading your data from Facebook
- Go to Facebook
Settings
- From there go to
Your Facebook Information
- View
Download Your Information
- Select
All time
forDate Range
- Select
JSON
forFormat
- Make sure
Messages
andProfile Information
is checked forYour Activity Across Facebook
- Press
Create File
- Wait for email from Facebook containing download link
- Download the zip file through the provided link
- Extract the zip file and take note of the path to the extracted folder
B. Using this project
- Clone this project by running
git clone https://github.com/ming-suhi/facebook-data-analyzer.git
- Go to project directory
- Create a
.env
file insidebackend
folder and store the extracted folder path(please refer toexample.env
for example) - Install dependencies by running
npm i
in the project root directory - Finally, run this project with
npm run start
in project root directory, and you can view it in a browser by going typinglocalhost:3000
in the url field.
This project uses GitHub Issues to track bugs and feature requests. Please search the existing issues before filing new issues to avoid duplicates. For new issues, file your bug or feature request as a new issue.
For help and questions about using this project, please open a GitHub issue.
-
Fork the project.
-
Create a topic branch from master.
-
Make some commits to improve the project.
-
Push this branch to your GitHub project.
-
Open a Pull Request on GitHub.
-
Discuss, and optionally continue committing.
MIT © Kyle Taton