This project is an open source tool built to analyse your Facebook data and provide you some satisfying graphs.
Please feel free to suggest us whatever you'd like to see added to our TODO list ;)
- Python3.5
- pip
- packages listed in requirements.txt : run
pip install -r requirements.txt
- Go to https://developers.facebook.com/tools/explorer/
- Click on "Get Token". "Select Permissions" window appears. "In the top-right, change the latest version to 2.3
- In "Other", check "read_mailbox"
- Click on Get Access Token
- Copy paste the access token in a new file named "user.settings".
Warning : this access token will only last few hours, so do not forget to update it before every use of the program.
You're all set!
If you deleted messages that you have sent or received, we won't be able to retrieve them.
Follow these commands:
sudo apt-get install python3 python3-pip
pip install -m --upgrade pip
Commands python
and pip
should work directly from your terminal.
If not, you can add their path to your environment variables or use an alias.
- Install the last release of python 3 from www.python.org
Then I'll recommand download a Python IDE, like PyCharm. It will automatically download all the needed packages when you open the project.