All Projects → LeviBorodenko → non-api-fb-scraper

LeviBorodenko / non-api-fb-scraper

Licence: other
Scrape public FaceBook posts from any group or user into a .csv file without needing to register for any API access

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to non-api-fb-scraper

schedule-tweet
Schedules tweets using TweetDeck
Stars: ✭ 14 (-65%)
Mutual labels:  selenium, webscraping
Csdnbot
CSDN 资源下载器
Stars: ✭ 209 (+422.5%)
Mutual labels:  selenium, beautifulsoup
Supremedropbot
A supreme web bot, written in python, to grab a list of specified products, and checkout before they sell out!
Stars: ✭ 66 (+65%)
Mutual labels:  selenium, beautifulsoup
kick-off-web-scraping-python-selenium-beautifulsoup
A tutorial-based introduction to web scraping with Python.
Stars: ✭ 18 (-55%)
Mutual labels:  selenium, beautifulsoup
GoodReadsScraper
📚 A GoodReads.com Scraper script to get books reviews including text and rating.
Stars: ✭ 36 (-10%)
Mutual labels:  beautifulsoup, webscraping
lostark-wait-notifier
🐤️ Lost Ark wait notifier
Stars: ✭ 38 (-5%)
Mutual labels:  selenium, beautifulsoup
Bet On Sibyl
Machine Learning Model for Sport Predictions (Football, Basketball, Baseball, Hockey, Soccer & Tennis)
Stars: ✭ 190 (+375%)
Mutual labels:  selenium, beautifulsoup
chesf
CHeSF is the Chrome Headless Scraping Framework, a very very alpha code to scrape javascript intensive web pages
Stars: ✭ 18 (-55%)
Mutual labels:  selenium, webscraping
Tradingview Data Scraper
Extract price and indicator data from TradingView charts to create ML datasets
Stars: ✭ 203 (+407.5%)
Mutual labels:  data-mining, webscraping
Instascrape
Powerful and flexible Instagram scraping library for Python, providing easy-to-use and expressive tools for accessing data programmatically
Stars: ✭ 202 (+405%)
Mutual labels:  data-mining, webscraping
selenium-grid-docker-swarm
web scraping in parallel with Selenium Grid and Docker
Stars: ✭ 32 (-20%)
Mutual labels:  selenium, webscraping
Sneakers Project
Using Selenium, Neha scraped data about 35 top selling sneakers of Nike and Adidas from stockx.com. She used this data to draw insights about sneaker resales.
Stars: ✭ 32 (-20%)
Mutual labels:  selenium, webscraping
image-crawler
An image scraper that scraps images from unsplash.com
Stars: ✭ 12 (-70%)
Mutual labels:  selenium, webscraping
Instagram-Scraper-2021
Scrape Instagram content and stories anonymously, using a new technique based on the har file (No Token + No public API).
Stars: ✭ 57 (+42.5%)
Mutual labels:  selenium, webscraping
SJS DROPS
Script using requests module to register accounts to Slam Jam Socialism raffles.
Stars: ✭ 21 (-47.5%)
Mutual labels:  selenium, beautifulsoup
Wswp
Code for the second edition Web Scraping with Python book by Packt Publications
Stars: ✭ 112 (+180%)
Mutual labels:  selenium, webscraping
Soup
Web Scraper in Go, similar to BeautifulSoup
Stars: ✭ 1,685 (+4112.5%)
Mutual labels:  beautifulsoup, webscraping
linkedinBot
Automate the process of sending referral request and cold mailing on LinkedIn
Stars: ✭ 25 (-37.5%)
Mutual labels:  selenium, beautifulsoup
Instagram-Comments-Scraper
Instagram comment scraper using python and selenium. Save the comments into excel.
Stars: ✭ 73 (+82.5%)
Mutual labels:  data-mining, selenium
BookingScraper
🌎 🏨 Scrape Booking.com 🏨 🌎
Stars: ✭ 68 (+70%)
Mutual labels:  beautifulsoup, webscraping

Non-API-FaceBook-Scraper [2019]

Scrape public posts from any group or user into a .csv file without needing to register for any API access

result


Build Status

How to use it?

Firstly, make sure you have selenium >= 3.141.0 and FireFox installed.

Use scraper.py to collect the data.

usage: scrape.py [-h] [--pages PAGES [PAGES ...]] [-d DEPTH]
Data Collection
arguments:
  -h, --help            show this help message and exit
  --pages PAGES [PAGES ...]
                        List the pages you want to scrape
                        for recent posts
  
  -d DEPTH, --depth DEPTH
                        How many recent posts you want to gather in
                        multiples of (roughly) 8.

Example: python scraper.py --pages DonaldTrump senatorsanders -d 20


The output is posts.csv inside the script folder.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].