Skip to content

Instantly share code, notes, and snippets.

@fb76100
fb76100 / FacebookScrapping.py
Last active September 4, 2021 02:38
Extract facebook Public Page information with Python
# -*- coding: utf-8 -*-
#Author : Faycal B
#Last change 06/11/2019
#Requirements :
#bs4 (To parse Html file)
#pandas (use of DataFrames and writing to an Excel file)
#requests (Html client)
"""
Spyder Editor