Skip to content

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

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

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • 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)