Note: this script is a work-in-progress project. Some parts of it may not be finished or may be subject to change.
Facebook Post Scraper is a small Python script for searching and scraping posts from a Facebook search.
- Selenium
- BeautifulSoup
- (In development) PostgreSQL
- Clone the project.
https://github.com/denibulkashvili/FacebookPostScraper.git - Create new virtual environment, activate it and install required packages
pip install -r requirements.txt - Rename
env.sampleinto.envand update with your login info - Update seach keyword and other ssearch settings in
start.py - Download chrome driver and copy it into the root directory
- Run
python start.pyfrom the terminal