Make Spam bot in Python

preview_player
Показать описание
#shorts
Рекомендации по теме
Комментарии
Автор

Youtube should add an antispam that detects if a videos upload more then twice.

nachoking
Автор

import time's pyautogui
time.sleep(5)
while True:
Pyautogui.typewrite('edit this cedar')
Pyautogui.press('enter')
time.sleep(1)

CodingWizards
Автор

Wouldn't it be faster to just intercept http, and then recreate the POST method with python?

SlimeIsHere
Автор

This is not good for any social media apps😬.

Green_alien_chip
Автор

.Free Palestine
Free Palestine
Free Palestine
Free Palestine

abdelrhmanshehab
Автор

How did you apply the code to chat application?

Umutaj
Автор

Traceback (most recent call last):
File "/data/user/0/ru.iiec.pydroid3/files/accomp_files/iiec_run/iiec_run.py", line 31, in <module>
start(fakepyfile, mainpyfile)
File "/data/user/0/ru.iiec.pydroid3/files/accomp_files/iiec_run/iiec_run.py", line 30, in start
exec(open(mainpyfile).read(), __main__.__dict__)
File "<string>", line 5
Pyautogui.typewrite('spam')
^
IndentationError: expected an indented block

[Program finished]

PirateSimulator