Skip to content

Facebook spy v1.2

Compare
Choose a tag to compare
@DEENUU1 DEENUU1 released this 10 Oct 12:58
· 48 commits to main since this release
  • Real time result while scrolling in scrapers:
    • Post url
    • Images
    • Friend list
  • Automatically save scraped data to JSON file
    • data available in this directory /facebookspy/scraped_data/
  • Running scrapers parallely while using commands:
    • python main.py python main.py scrape-basic-data <facebook_id>
      • Automatically run all selected scrapers at the same time
    • python main.py full-scrape <facebook_id> <facebook_id>
      • If 2 or more usernames are provided it's gonna scrape all users at the same time
      • But if only 1 username is provided it's gonna run all selected scrapers at the same time
  • NEW command - SEARCH
    • This command allows to search for: places, pages, groups, person, events and posts
    • This command also has a parallel feature
python main.py search < " Search Query Here " > < number_of_results >

Basic Scraper Console
Search  Scraper Console
Full Scraper Console