Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.22 KB

File metadata and controls

44 lines (28 loc) · 1.22 KB

Spam-Bot

A simple Spam-Bot written in Python with a user-friendly UI

After you pressed "Start", it is going to type the text automatically (after the configured delay) and press enter after the text has been written. That means that it will work with alsmost all chat-apps.

Features:

  • Write content automatically
  • Choose how often your text message is written
  • Choose a start delay
  • Choose a delay beetween messages

Download

Changelog:

  • Realease

Downloads:

Running from Source

Dependencies (when running from source)

Install pyautogui with pip:

pip3 install pyautogui(MacOS and Linux)

pip install pyautogui(Windows)

Running

  1. Install dependencies
  2. Run:

python3 Spam-Bot-mac.py(MacOS and Linux)

python Spam-Bot-win.py(Windows)