Utility for automated discord actions, successor of xspammer.
Go to file
2024-11-06 18:11:22 +00:00
main update dependencies 2024-10-26 02:59:53 +01:00
renderer update dependencies 2024-10-26 02:59:53 +01:00
resources many changes 2023-08-01 10:52:33 +01:00
.gitignore update dependencies 2024-10-26 02:59:53 +01:00
electron-builder.yml fix mac compilation 2024-10-25 22:43:38 +01:00
LICENSE update 2024-04-03 06:57:00 +01:00
package.json update dependencies 2024-11-06 18:11:22 +00:00
README.md fix readme 2024-10-26 03:08:53 +01:00

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


Contributing

If you're interested in contributing to XSpammer, feel free to submit pull requests on the Git repository; your contributions are greatly appreciated.


License

XSpammer 2 is licensed under the MIT License, please review the license for more information.


© 2024 Snipcola