https://github.com/tungct/facebook-crawler
https://github.com/tungct/facebook-crawler
crawler facebook python
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tungct/facebook-crawler
- Owner: tungct
- Created: 2018-06-27T17:55:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-03T10:09:24.000Z (almost 8 years ago)
- Last Synced: 2025-01-14T14:35:10.626Z (over 1 year ago)
- Topics: crawler, facebook, python
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ?