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
- Host: GitHub
- URL: https://github.com/klpod221/chrome-extension-get-member-of-facebook-group
- Owner: klpod221
- Created: 2023-12-19T08:02:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-19T08:44:29.000Z (over 1 year ago)
- Last Synced: 2025-01-13T18:38:49.519Z (5 months ago)
- Topics: chrome-extension, facebook, facebook-group-scraper, nodejs
- Language: Vue
- Homepage: https://klpod221.site/chrome-extension-get-member-of-facebook-group/
- Size: 1.94 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.gitcd 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