Skip to content

A school project to parse a Facebook page to grab pictures and analyze them with AWS rekognition

Notifications You must be signed in to change notification settings

fcoadebez/facebook-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Facebook Scraper - WIP

A school project to parse a Facebook page to grab pictures and analyze them with AWS rekognition

Disclaimer

Facebook doesn't like to be scraped, and this project is a POC. Make sure you read the legal terms of Facebook before use

requirements

  • Python 3.6
  • Pip
  • PhantomJS

Install

pip install -r requirements.txt

Usage

Command line

python main.py -u <facebook page url> -f <destination folder>

Server

export FLASK_APP=app.py

flask run

  • endpoint : /scrape/<PageName>/<DestFolder>

TODO

  • Work on API
  • Work on data model

About

A school project to parse a Facebook page to grab pictures and analyze them with AWS rekognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages