A simple program which uses pyautogui to spam messages in any messaging app! It's just for fun and I will request not to use in too often cause it may cause bans from those messaging platforms.
Install a IDE for python.(i.e PyCharm, VisualStudio or anything similar)
Install autogui in terminal
pip install pyautogui
Add any script in the script file.(i.e whatever you want the program to spam.)
Run the program and quickly switch to the messaging app.
When trying to stop just stop the program prom the IDE.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
This is my first project please correct if I have done anything wrong somewhere. I will surely update the program if I learn any new features to add.
Thank You.