Skip to content

meeraharidasa/facebook-statistics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

facebook-statistics

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 ;)

Installation

Requirements

  • Python3.5
  • pip
  • packages listed in requirements.txt : run pip install -r requirements.txt

Setup for Facebook API

  • 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!

Troubleshoot

If you deleted messages that you have sent or received, we won't be able to retrieve them.

New to Python

On Linux

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.

On Windows

Then I'll recommand download a Python IDE, like PyCharm. It will automatically download all the needed packages when you open the project.

About

Open source tool to analyse Facebook Messenger data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.3%
  • Makefile 1.7%