No description
  • JavaScript 78.7%
  • CSS 12%
  • HTML 9.3%
Find a file
2025-10-18 13:27:51 -05:00
assets chore: commit local changes before merging heliopolis 2025-10-18 13:20:12 -05:00
src chore: commit local changes before merging heliopolis 2025-10-18 13:20:12 -05:00
.gitattributes Initial 2025-06-10 07:31:59 -05:00
.gitignore chore: add .gitignore and README, minor edits 2025-10-18 13:12:14 -05:00
LICENSE Initial 2025-06-10 07:31:59 -05:00
package-lock.json Initial 2025-06-10 07:31:59 -05:00
package.json Initial 2025-06-10 07:31:59 -05:00
README.md Update file README.md 2025-10-18 13:27:51 -05:00

Honey Tool Honey Logo

Lightweight Electron GUI for a Honey-style Discord assistant — find deals, process messages and manage channels from a simple desktop app.

Total Commits
Last commit



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

electron

git clone https://heliopolis.live/stealtech/honey
cd Honey
npm install
# Start the Electron app
npm start

Usage

  • Launch with npm start (or run electron . if you have Electron installed globally).
  • Configure any runtime options or tokens in the app UI or via electron-store persistence.
  • See src/Managers/DealFinder.js, ChannelManager.js and MessageProcessor.js for 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-store to 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.