About 1,690,000 results
Open links in new tab
  1. GitHub - Skanderba8/Facebook_scraping: A Python-based Facebook

    A Python-based Facebook scraper using Selenium and BeautifulSoup to extract posts, images, comments, reactions, and dates from public Facebook pages. The app stores data in MongoDB and provides a simple Flask web interface for users …

  2. Facebook scraping with Python: Tips, tricks, and tools - Data …

    Feb 27, 2023 · In this post, we are going to web-scrape public Facebook pages using Python and Selenium. We will also discuss the libraries and tools required for the process. So, if you’re interested in web scraping and data analysis, keep reading!

  3. facebook-scraper - PyPI

    Aug 30, 2022 · Facebook Scraper. Scrape Facebook public pages without an API key. Inspired by twitter-scraper. Install. To install the latest release from PyPI: pip install facebook-scraper Or, to install the latest master branch: pip install git+https://github.com/kevinzg/facebook-scraper.git Usage

  4. Collecting Public Data from Facebook Using Selenium and

    Oct 4, 2021 · After spending quite some time dissecting Facebook page structure and trying to figure out dozens of workarounds, this post is to serve as a summary of the process for myself and a showcase of...

  5. Extracting Facebook Posts & Comments with BeautifulSoup

    Nov 21, 2019 · In this tutorial, you are going to use Python to extract data from any Facebook profile or page. The data that you will be extracting from a predefined amount of posts is: Post URL

  6. Automating Facebook Login Using Python - DEV Community

    Mar 30, 2021 · How to Investigate the Source Code of a Website and Targeting the Elements We Want to Automate. 5. Step by Step Execution of the Automatic Facebook Login Using Python. 1. The Approach of Problem-Solving via Automation. The first step in problem-solving is to** identify the root of the problem**.

  7. Web Scraping Facebook Public Pages with Python - Medium

    Apr 21, 2023 · In this article, we explored how to scrape Facebook pages using Requests, BeautifulSoup, and Selenium libraries, which are essential tools for web scraping. Machine Learning Data Scraping

  8. Scraping Facebook Page with python | by Scrapingdog | Medium

    Feb 21, 2023 · In this post, we are going to scrape public Facebook pages using Python and Selenium. What do we need before writing the code? We will use Python 3.x for this tutorial and I am assuming...

  9. Facebook Page Scraper - GitHub

    fb_email = os. getenv ('fb_email') # indicates if the Facebook target is a FB group or FB page isGroup= False meta_ai = Facebook_scraper (page_or_group_name, posts_count, browser, proxy=proxy, timeout=timeout, headless=headless, isGroup=isGroup) The maximum amount of time the bot should run for.

  10. python - Getting views+shares from Facebook url - Stack Overflow

    Aug 22, 2017 · Scraping Facebook pages is against their ToS. If anything, you should be using their API. All I need is views and shares of a FB video. If they don't want people to scrap their pages for that info, maybe they should make it available in their API which they don't.

Refresh