palmerabollo / facebook-group-crawler

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facebook Crawler

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

Note: This module no longer works since Facebook Graph API no longer provides access to private groups

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

About

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


Languages

Language:Jupyter Notebook 98.6%Language:Python 0.9%Language:Shell 0.5%