Spam-Bot
A simple Spam-Bot written in Python with a user-friendly UI
Features:
- Write content automatically
- Choose how often your text message is written
- Choose a start delay
- Choose a delay beetween messages
Download
Changelog:
Downloads:
Running from Source
Dependencies (when running from source)
Install pyautogui with pip:
pip3 install pyautogui(MacOS and Linux)
pip install pyautogui(Windows)
Running
- Install dependencies
- Run:
python3 Spam-Bot-mac.py(MacOS and Linux)
python Spam-Bot-win.py(Windows)