Home

Published

- 1 min read

python spamming bot

img of python spamming bot

The solution for this is noted below

python spamming bot

Solution

   # python3
import pyautogui

for i in range(1, 100):
    pyautogui.write('Hiiiiiiiiiii\n') # write the message with pyautogui and return line

Try other methods by searching on the site. That is if this doesn’t work