/facebook-group-crawler

Simple crawler to get information from Facebook Groups using Facebook Graph API

Primary LanguageJupyter Notebook

Facebook Crawler

Simple crawler to get information from Facebook Groups using Facebook Graph API and analyze it.

Crawler

You need a Facebook token. You can get a temporal one using the Graph API Explorer.

export FB_ACCESS_TOKEN=<your facebook access token>
export OUTPUT_FOLDER=<your output directory>
./run.sh

Analysis

Prerequisites: python2 (download messages), python3 + jupyter (analyis)

cd analysis
jupyter notebook

LICENSE

Copyright 2016 Guido García Fair License - https://opensource.org/licenses/Fair