get post content in ondimand page from facebook using selenium and beautifulsoup
Window
pip install python-dotenv beautifulsoup4 selenium pandas numpy
MacOS, Linux
pip3 install python-dotenv beautifulsoup4 selenium pandas numpy
create .env
touch .env
set environment variables
USERNAME={your-username}
PASSWORD={your-password}
download your driver here https://sites.google.com/chromium.org/driver/downloads?authuser=0
move driver file to the root of the directory in this project.
run script.ipynb
on your notebook
get result as .csv
file in post_data.csv