No description
Find a file
2026-02-22 01:43:48 +05:30
.github/workflows add github release 2026-02-22 01:43:48 +05:30
src minor updates 2026-02-22 01:26:48 +05:30
.gitignore minor updates 2026-02-22 01:26:48 +05:30
build.sh minor updates 2026-02-22 01:26:48 +05:30
config.example.yaml init 2026-02-20 11:58:50 +05:30
fluxer-reaper.jpg update readme 2026-02-20 14:40:33 +05:30
fluxer-reaper.py minor updates 2026-02-22 01:26:48 +05:30
fluxer-reaper.spec add github release 2026-02-22 01:43:48 +05:30
README.md add github release 2026-02-22 01:43:48 +05:30
requirements.txt update state handling for deduplicated syncing 2026-02-21 22:40:10 +05:30

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.

Fluxer Reaper

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 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

chmod +x build.sh
./build.sh

Windows

  1. Make sure you have Python 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.