An open API service indexing awesome lists of open source software.

https://github.com/klpod221/chrome-extension-get-member-of-facebook-group

// Chrome Extension to get member of Facebook group and export to xlsx file
https://github.com/klpod221/chrome-extension-get-member-of-facebook-group

chrome-extension facebook facebook-group-scraper nodejs

Last synced: 3 days ago
JSON representation

// Chrome Extension to get member of Facebook group and export to xlsx file

Awesome Lists containing this project

README

        


--// Get Member of Facebook Group //--





## About

This is a chrome extension that helps you get the members of a facebook group. You can get the members of a group by go to the group and click on the extension icon. The extension will automatically scroll down to the end of the group and get all the members.

## Development

### Requirements

- [Node.js](https://nodejs.org/en/) (v16)

### Start development

- Clone the repository

```bash
git clone https://github.com/klpod221/chrome-extension-get-member-of-facebook-group.git

cd chrome-extension-get-member-of-facebook-group
```

- Install dependencies

```bash
yarn install
```

- Start development

```bash
yarn dev
```

- Add the extension to chrome browser by go to `chrome://extensions/` and click on `Load unpacked` button. Then select the `dist` folder. If you can't see `Load unpacked` button, you need to turn on `Developer mode` first.

## Usage

- Download the extension from [Latest Release](https://github.com/klpod221/chrome-extension-get-member-of-facebook-group/releases/latest)
- Add the extension to chrome browser by go to `chrome://extensions/` and click on `Load unpacked` button. Then select the `dist` folder. If you can't see `Load unpacked` button, you need to turn on `Developer mode` first.
- Go to the Facebook group that you want to get the members (make sure you are member of that group and you are in the group page)
- Click on the extension icon
- Click the `Get members` button
- Wait for the extension to scroll down to the end of the group and get all the members
- Click the `Export Members` button to export the members to a xlsx file
- Done