MCPcopy Create free account
hub / github.com/ndleah/python-mini-project / spammingBot

Function spammingBot

spam_bot/bot1.py:10–16  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

8 print(i)
9
10def spammingBot(string) :
11 while(True) :
12 if(kbd.is_pressed('q')):
13 break
14 pyg.typewrite(string)
15 pyg.press("enter")
16 time.sleep(2)

Callers 1

bot2.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected