Facebook spy v0.3
Key Features:
- Save scraped data (from v0.2) to database
- Functions to return data from database
- More pipelines and commands to make more operations from CLI application
- New home view and ASCII banner
All commands:
python main.py --help
# Returns a list of all commands
python main.py home
# Display a home page with information about the application
python main.py version
# Display current version of the app
python main.py login-2-step
# Allows to log in on facebook account with 2-step verification
pyton main.py login
# Allows to log in on facebook account without 2-step verification
python main.py scrape-friend-list --name <facebook_id>
# Allows to scrape all friends
python main.py scrape-images --name <facebook_id>
# Allows to scrape all images and save them locally
python main.py scrape-full-account --name <facebook_id>
# Scrape all basic information from facebook account (family members, full name etc)
python main.py scrape-family-member --name <facebook_id>
# Scrape family members from specified facebook account
python main.py scrape-localization --name <facebook_id>
# Scrape places from facebook account
python main.py scrape-work-and-education --name <facebook_id>
# Scrape work and education data from facebook account
python main.py scrape-full-name --name <facebook_id>
# Scrape full name from facebook account
python main.py scrape-recent-places --name <facebook_id>
# Scrape recent places from facebook account
python main.py scrape-reels --name <facebook_id>
# Scrape reels from facebook account
python main.py scrape-reviews --name <facebook_id>
# Scrape written reviews from facebook account