Skip to content

Releases: DEENUU1/meta-spy

Facebook spy v0.4

02 Aug 21:29
df29d67
Compare
Choose a tag to compare

Key Features:

  • Add FastAPI server
  • Command to run FastAPI server

Endpoints to return:

  • list of person objects
  • single-person object
  • list of reviews for the specified person object
  • list of videos for the specified person object
  • list of reels for the specified person object
  • list of recent places for the specified person object
  • data about work and education for the specified person object
  • list of places for the specified person object
  • list of friends for the specified person object
  • list of images for the specified person object
  • single image object
  • list of a family member for specified person object

New command

python main.py start-fastapi-server

Facebook spy v0.3

31 Jul 19:48
ff8cce3
Compare
Choose a tag to compare

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 

Facebook spy v0.2

30 Jul 18:50
15e8b20
Compare
Choose a tag to compare

Scrape:

  • recent places
  • reels
  • videos
  • reviews

Facebook spy v0.1

27 Jul 18:05
Compare
Choose a tag to compare

This project allows to log in using selenium to facebook account (even if you have 2-step verification),
scrape user information based on a given url address and save data to database and local files.

Key Features

  • Log in with 2-step verification
  • Log in without 2-step verification
  • Save cookies to save log in session
  • Scrape a list of friends
  • Scrape information like:
    • work and education
    • places
    • full name