An open API service indexing awesome lists of open source software.

https://github.com/tungct/facebook-crawler


https://github.com/tungct/facebook-crawler

crawler facebook python

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# facebook-crawler

- crawler data in facebook by using graph-api with python library

## 1. Installation

### Requirements

This code is writen in python. The dependencies are:

* `Operating Systems: Linux (Ubuntu, CentOS), Mac`
* `Python 3.5+`

Python Packages

```
facebook-sdk
```
## 2. Usage
To use crawler :

```
cd facebook-crawler/config
Then, create access_token.txt contain access_token
```

To run crawler :

```
cd facebook-crawler
python run.py [name of page]

example : python run.py DonaldTrump
```

It work ?