All Projects → apurvmishra99 → Facebook Scraper Selenium

apurvmishra99 / Facebook Scraper Selenium

Licence: gpl-3.0

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Facebook Scraper Selenium

Echo360
Commandline tool for automated downloads of echo360 videos hosted by university
Stars: ✭ 81 (-22.86%)
Mutual labels:  selenium
Selenium Best Practices
For writing maintainable and scalable E2E Test.
Stars: ✭ 96 (-8.57%)
Mutual labels:  selenium
Wdio Screenshot
A WebdriverIO plugin. Additional commands for taking screenshots with WebdriverIO.
Stars: ✭ 101 (-3.81%)
Mutual labels:  selenium
Instaloctrack
An Instagram OSINT tool to collect all the geotagged locations available on an Instagram profile in order to plot them on a map, and dump them in a JSON.
Stars: ✭ 85 (-19.05%)
Mutual labels:  selenium
Splashr
💦 Tools to Work with the 'Splash' JavaScript Rendering Service in R
Stars: ✭ 93 (-11.43%)
Mutual labels:  selenium
Hsac Fitnesse Fixtures
An environment to define and run integration tests. It contains Fitnesse fixture (base) classes and a baseline FitNesse installation.
Stars: ✭ 99 (-5.71%)
Mutual labels:  selenium
Spam Bot 3000
Social media research and promotion, semi-autonomous CLI bot
Stars: ✭ 79 (-24.76%)
Mutual labels:  selenium
Whatsappbot
Send messages to any person in any time how much you want.
Stars: ✭ 104 (-0.95%)
Mutual labels:  selenium
Taffy
Test Automation Framework Based On Nosetests. ✨🍰✨
Stars: ✭ 94 (-10.48%)
Mutual labels:  selenium
Pulsar
Turn large Web sites into tables and charts using simple SQLs.
Stars: ✭ 100 (-4.76%)
Mutual labels:  selenium
Glastoselenium
A bot for booking Glastonbury tickets using selenium
Stars: ✭ 89 (-15.24%)
Mutual labels:  selenium
Adidas Multi Session
(Python) Program to simulate multiple sessions on adidas queue pages.
Stars: ✭ 90 (-14.29%)
Mutual labels:  selenium
Sillynium
Automate the creation of Python Selenium Scripts by drawing coloured boxes on webpage elements
Stars: ✭ 100 (-4.76%)
Mutual labels:  selenium
Protractor
E2E test framework for Angular apps
Stars: ✭ 8,792 (+8273.33%)
Mutual labels:  selenium
Zhishiwenda Helper
百万英雄/冲顶大会/知识超人 答题助手 瞬间使用Chrome打开百度
Stars: ✭ 102 (-2.86%)
Mutual labels:  selenium
Docker Python Xvfb Selenium Chrome Firefox
Dockerfiles for Python 3.6/2.7 & Selenium in a headless Chrome or Firefox environment
Stars: ✭ 82 (-21.9%)
Mutual labels:  selenium
Amazonrobot
Amazon商品引流的 python 爬虫
Stars: ✭ 97 (-7.62%)
Mutual labels:  selenium
Seleniumwithcucucumber
In this project we will discuss working Selenium with cucumber
Stars: ✭ 104 (-0.95%)
Mutual labels:  selenium
Watir
Watir Powered By Selenium
Stars: ✭ 1,386 (+1220%)
Mutual labels:  selenium
Aet
AET - a system that detects visual changes on web sites and performs basic page health checks
Stars: ✭ 100 (-4.76%)
Mutual labels:  selenium

FaceBook-Scraper [2020]

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


How to use it?

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

Store your email and password for Facebook login in credentials.txt.

Use scraper.py to collect the data.

usage: fb-scraper/scraper.py [-h] [--pages PAGES [PAGES ...]] [--groups GROUPS [GROUPS ...]][-d DEPTH]
Data Collection
arguments:
  -h, --help            show this help message and exit
  -p, --pages PAGES [PAGES ...]
                        List the pages you want to scrape
                        for recent posts
  
  -g, --groups GROUPS [GROUPS ...]
                        List the groups 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 feelzesty -d 20


The output is posts.csv inside the script folder.

Output is in three columns: PosterName(Author), uTime and Text

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].