No description
- JavaScript 78.7%
- CSS 12%
- HTML 9.3%
| assets | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
Honey Tool 
Lightweight Electron GUI for a Honey-style Discord assistant — find deals, process messages and manage channels from a simple desktop app.
What it does
- Monitors messages and finds deals via
DealFinder. - Provides a simple GUI wrapper around Discord selfbot interactions.
- Includes managers for channels and message processing (
src/Managers).
Dependencies
- Node.js (16+ recommended)
- Electron (devDependency in this repo)
- Packages listed in
package.json(installed via npm)
Installation
git clone https://heliopolis.live/stealtech/honey
cd Honey
npm install
# Start the Electron app
npm start
Usage
- Launch with
npm start(or runelectron .if you have Electron installed globally). - Configure any runtime options or tokens in the app UI or via
electron-storepersistence. - See
src/Managers/DealFinder.js,ChannelManager.jsandMessageProcessor.jsfor core logic.
Arguments
- This project is an Electron GUI and does not use command-line arguments by default. Use the UI to interact with the bot.
Configuration
- The app uses
electron-storeto persist simple settings. There is no default config file — configuration is handled through the app UI.
Credits
Built by Stealtech. Components and ideas inspired by community tools.
Note
This repository interacts with Discord through a selfbot library. Using selfbots violates Discord Terms of Service. Use this project only for experimentation and understanding; do not use it on accounts you care about.