An open API service indexing awesome lists of open source software.

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.

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