https://github.com/filiprokita/messagespammer
This is a Python program for spamming messages using the PyAutoGUI library. The user is prompted to provide a start button, a stop button, and a file containing the messages to be spammed. The program continuously listens for the start button to be pressed, and if it is, it reads the messages from the file and starts spamming them.
https://github.com/filiprokita/messagespammer
automation file-input file-output gui-automation keyboard keyboard-input messaging productivity pyautogui python python3 spamming user-input
Last synced: about 2 months ago
JSON representation
This is a Python program for spamming messages using the PyAutoGUI library. The user is prompted to provide a start button, a stop button, and a file containing the messages to be spammed. The program continuously listens for the start button to be pressed, and if it is, it reads the messages from the file and starts spamming them.
- Host: GitHub
- URL: https://github.com/filiprokita/messagespammer
- Owner: FilipRokita
- Created: 2021-12-11T08:09:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T12:31:16.000Z (over 2 years ago)
- Last Synced: 2025-01-30T01:41:53.621Z (3 months ago)
- Topics: automation, file-input, file-output, gui-automation, keyboard, keyboard-input, messaging, productivity, pyautogui, python, python3, spamming, user-input
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MessageSpammer
Select `.txt` file you want to send to someone line by line. MessageSpammer will automatically write it and click enter in selected textbox.
# Installation
```
pip install -r requirements.txt
```# Usage
1. Run the script
2. Input button you want to start spamming with
3. Input button you want to stop spamming with
4. Input file you want to spam with
5. Click/select textbox in which you want to write file selected above line by line
6. Click selected previously start button
7. If you want to stop spamming click stop button