https://github.com/pixel-master/spam-bot
🤖A Spam-Bot that lets you spam a text written in Python.
https://github.com/pixel-master/spam-bot
automation message-spammer pyautogui python python3 spam spam-bot
Last synced: 3 months ago
JSON representation
🤖A Spam-Bot that lets you spam a text written in Python.
- Host: GitHub
- URL: https://github.com/pixel-master/spam-bot
- Owner: Pixel-Master
- Created: 2022-08-14T16:07:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-03T20:27:24.000Z (11 months ago)
- Last Synced: 2025-01-21T16:27:52.518Z (4 months ago)
- Topics: automation, message-spammer, pyautogui, python, python3, spam, spam-bot
- Language: Python
- Homepage: https://pixel-master.github.io/Spam-Bot
- Size: 136 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spam-Bot
A simple Spam-Bot written in Python with a user-friendly UIAfter 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
### **[Version 1.0:](https://github.com/Pixel-Master/Spam-Bot/releases/tag/v1.0.0)**
#### Changelog:- Realease
#### Downloads:
- [Windows](https://github.com/Pixel-Master/Spam-Bot/releases/download/v1.0.0/Spam-Bot.exe)
- [Mac](https://github.com/Pixel-Master/Spam-Bot/releases/download/v1.0.0/Spam-Bot.app.zip)
- [other Platforms](https://github.com/Pixel-Master/Spam-Bot#running-from-source)## Running from Source
### Dependencies (when running from source)
- [Python](https://python.org/) 3.6 or higher
- [Pyautogui](https://pyautogui.readthedocs.io/en/latest/)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)