Skip to content

Facebook spy v0.5

Compare
Choose a tag to compare
@DEENUU1 DEENUU1 released this 07 Aug 12:41
· 501 commits to main since this release
063b828

Key Features:

  • Bugfixes in FastAPI app
  • New models and endpoints: notes, adding/update/display notes for specified person object, display images
  • React + Vite as a frontend for web application
  • downloading scraped videos
  • docker & docker compose
  • command to run local server using docker
  • command to scrape only video URLs and save to database or scrape video URLs and download videos

New commands

python main.py server 
# Run local server to browse scraped data

python main.py scrape-videos-urls --name <facebook_id>
# Scrape and save to database video urls 

python main.py scrape-and-download-videos --name <facebook_id>
# Scrape, save urls to database and download videos