To use XSpammer, you can follow two methods.
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
.
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
- Clone the repository:
git clone https://git.snipcola.com/snipcola/XSpammer2.git
- Enter the directory:
cd XSpammer2
- If not installed, install yarn:
npm install -g yarn
- Install dependencies:
yarn
- Build the application:
yarn build
Note: You can append platforms to the command, such as --linux
, --mac
, --win
; and also architectures, --ia32
, --x64
, --arm64
.
- The binaries should be located inside of the
dist
folder.