XSpammer 2

Discord automation utility and much more 🚀


Installation

To use XSpammer, you can follow two methods.

Method 1: Install the prebuilt binaries

This method is the easiest and is recommended for most. You can find the latest binaries on this page, where you will find the respective builds for Linux, macOS, and Windows.

Method 2: Build the application

Dependencies:

On Linux:

  • Git
  • Node v18+
  • Python v3.7+
  • make
  • A C/C++ compiler, e.g. GCC

On macOS:

  • Git
  • Node v18+
  • Python v3.7+
  • XCode Command Line Tools

On Windows:

  • Git
  • Node v18+
  • Current Python from the MS Store
  • Visual Studio Build Tools or Visual Studio Community

Installation:

  1. Clone the repository:
git clone https://git.snipcola.com/snipcola/XSpammer2.git
  1. Enter the directory:
cd XSpammer2
  1. If not installed, install yarn:
npm install -g yarn
  1. Install dependencies:
yarn
  1. Build the application:
yarn build

Note: You can append platforms to the command, such as --linux, --mac, --win; and also architectures, --ia32, --x64, --arm64.

  1. The binaries should be located inside of the dist folder.

Screenshots

Servers Preview

Server Preview

Users Preview

Channels Preview

Roles Preview

Emojis Preview

Stickers Preview

Description
Utility which automates actions on discord.
Readme 1.1 MiB
0.0.7 Latest
2024-04-03 05:57:07 +00:00
Languages
JavaScript 94.7%
CSS 5.3%