Giter Site home page Giter Site logo

floriandiud / facebook-group-members-scraper Goto Github PK

View Code? Open in Web Editor NEW
190.0 7.0 52.0 1.81 MB

Facebook Group Members Extractor. Download Facebook group members in CSV.

TypeScript 100.00%
facebook scraping growth growth-hacking csv facebook-scraper facebook-scraping facebook-data-scraper facebook-data-extract

facebook-group-members-scraper's Introduction

Hi, I'm Florian ๐Ÿ‘‹

๐Ÿ”ญ Iโ€™m currently working on Datablist, which is an automation platform. Like Google Drive/Dropbox can be seens as information hub for an organization, Datablist is a data hub to store leads, contacts, employees, invoices, bank transactions, etc. in structured objects. On top on this data store, applications are connected to automate workflows and processes. If you want to talk about it, contact me ๐Ÿค

๐ŸŒŽ Find me around the web:

facebook-group-members-scraper's People

Contributors

floriandiud avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

facebook-group-members-scraper's Issues

Chrome page crashes "Aw, Snap. Error 5" after loading too many elements in a page

I am on a MacBook Pro M2 with Google Chrome. O am scrolling through a lot of Facebook profiles and I've noticed that after a while the page crashes saying "Aw, Snap". I've tried to increase the browser default cache size but that didn't fix the issue because it's not the problem.
The issue could be in the structure limits of the Blink engine.
So, I thought "what if I delete some of the "upper" elements while I go through it"? That should remove some "weight".

    var profiles = document.querySelectorAll('tagName');
    for(var i=0;i<profiles.length;i++) {
    profiles[i].remove();
    }

As a matter of fact, by doing this I am able to go farther with the scrolling (lazy loading). But a still after a while it crashes.

The new elements are added, and therefore rendered, while scrolling (lazy loading).
I thought: what if I prevent the new elements to be rendered?
Basically I would need to set:

element.style.display = 'none';
but I would need to do this before the element is added, otherwise if I do it after it would be still rendered.
So, I guess I would need to find the script that get the element from server and I would need to make the appropriate changes before it's added.

What I could do?

loading 0 people

hello, I have a group with 16k usersm and the code loading zero of them :(
Untitled

It misses the first 10 in my list

Great tool and it worked but we have 94 members and it ends up with [Download 85 members].

It seems to miss the first 10 (I know 94 less 85 is 9 but it seems to miss the first 10).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.