how about using this:
import pyautogui
import time
comments = [""]
time.sleep(5)
for i in range(200):
pyautogui.typewrite(comments[i%1])
pyautogui.typewrite("\n")
time.sleep(5)
and add this list in the line: comments = [" "] separate it with commas. this is the list (Buffalo...
write a python code that automatically comments on a post from this list (Buffalo Casper Cheyenne Cody Douglas Evanston Gillette Green River Jackson Lander Laramie Newcastle Powell Rawlins Riverton Rock Springs Sheridan Ten Sleep Thermopolis Torrington Worland) the interval should be 5 seconds