46 lines
No EOL
1.5 KiB
Markdown
46 lines
No EOL
1.5 KiB
Markdown
# Fluxer Reaper
|
|
|
|
Fluxer Reaper is a simple tool to help you move your Discord server content over to a Fluxer community. It handles channels, roles, emojis, and even your message history.
|
|
|
|

|
|
|
|
|
|
## Features
|
|
* **Clone Server Structure**: Automatically creates all your Discord categories and channels in Fluxer.
|
|
* **Copy Roles**: Copies your roles and their basic permissions.
|
|
* **Copy Emojis & Stickers**: Copies your custom emojis and stickers over.
|
|
* **Message History**: Select a specific channel and migrate messages starting from the oldest or a custom point.
|
|
* **Server Identity**: Syncs your server name, icon, and banner.
|
|
* **Danger Zone**: Option to wipe existing channels, roles, and content in the fluxer community.
|
|
|
|
|
|
## Getting Started
|
|
|
|
### 1. Download
|
|
Download the latest executable from the [Releases](https://github.com/rambros3d/fluxer-reaper/releases) page.
|
|
|
|
### 2. Run
|
|
Simply run the downloaded file to start the tool. No Python installation is required.
|
|
|
|
|
|
## Build tool
|
|
To create a standalone executable:
|
|
|
|
### Linux / Mac
|
|
```bash
|
|
chmod +x build.sh
|
|
./build.sh
|
|
```
|
|
|
|
### Windows
|
|
1. Make sure you have [Python](https://www.python.org/) installed and added to your PATH.
|
|
2. Double-click `build.bat`.
|
|
|
|
The scripts will automatically set up a virtual environment, install dependencies, and generate the binary in the `dist/` folder.
|
|
|
|
|
|
## Vibe Code Notice
|
|
|
|
Code is provided as is; This tool was developed largely by AI.
|
|
|
|
Take it, use it, modify it, feel free to do whatever you wish. |