Skip to content

🤖A Spam-Bot that lets you spam a text written in Python.

Notifications You must be signed in to change notification settings

Pixel-Master/Spam-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)