Mine your own Facebook data using Python

Did you know that you can download a copy of all your generated data in Facebook? What if you take advantage of it an do some self research?

This series of videos recorded for PyData Global 2020 show how to request your data, put your location data in a Map, Make a word cloud with your timeline posts and create a basic sentiment analysis of your posts with training based on your emoticon use.

You can find the repo with the code mentioned in the videos HERE

Introduction

INTRODUCTION

How to get a copy of your Facebook data

REQUEST YOUR DATA FROM FACEBOOK

Put your location data in a Map

CREATE A GOOGLE MAP IN HTML WITH YOU LOCATION INFO

Create a Word Cloud with your posts data

POSTS WORD CLOUD

Sentiment analysis of your posts using emoticons as criteria to generate your training data.

SENTIMENT CLASSIFICATION OF YOUR POSTS