BOP Blog: Python "Spam Bot"

BytesOfProgress

Python "Spam Bot"

07th January 2023 / 06:30 PM

I made a really simple "spam bot" with Python, using the "pyautogui" library. It just simulates keyboard input. It outputs a previously set string variable and then presses "Enter". I then put the whole thing in a While loop and let the program "sleep" for 0.1 Sec. after it simulates the "Enter" key. Now the Program outputs the string every 0.1 Sec. until I cancel it.



back