Scrape your friends' Facebook photos.
gem install facebook_profile_scraper
Create a .env
file with your Facebook login information:
FACEBOOK_EMAIL=
FACEBOOK_PASSWORD=
Use the scraper like this:
require 'facebook_profile_scraper'
scraper = FacebookProfileScraper::Scraper.new
scraper.scrape('facebook_userid')
The local tmp
directory will contain album photos.