https://github.com/mateocallec/group-downloader
GroupDownloader is a simple tool to fetch user and post data from a Roblox group and export it to a JSON file.
https://github.com/mateocallec/group-downloader
Last synced: 29 days ago
JSON representation
GroupDownloader is a simple tool to fetch user and post data from a Roblox group and export it to a JSON file.
- Host: GitHub
- URL: https://github.com/mateocallec/group-downloader
- Owner: mateocallec
- License: mit
- Created: 2025-01-30T21:36:45.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-30T21:38:59.000Z (9 months ago)
- Last Synced: 2025-04-01T19:56:37.725Z (7 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# GroupDownloader
**GroupDownloader** is a simple tool to fetch user and post data from a Roblox group and export it to a JSON file.
## Features
- Fetches member list from a specified Roblox group.
- Retrieves posts from the group's wall.
- Saves the data as a JSON file.
## Requirements
- PHP (CLI)
- Bash (for running `run.sh`)
- Internet access
## Installation
1. Clone this repository:
```sh
git clone
cd GroupDownloader
```
2. Ensure PHP is installed and accessible via the command line.
## Usage
Run the script with the following command:
```sh
./run.sh
```
Where:
- `` is the ID of the Roblox group.
- `` is the file path where the JSON result will be saved.
### Example
```sh
./run.sh 123456 output.json
```
This command fetches data from the Roblox group with ID `123456` and saves it to `output.json`.
## License
This project is licensed under the MIT License. See `LICENSE` for details.