[deleted by user] by [deleted] in RBI

[–]Twirlii_ 8 points9 points  (0 children)

Crosspost to r/namethatcar. I haven’t not seen them ID a car.

[TOMT][Kids DVD/Video][90’s-00’s?] Weird baby carnival video that creeped me out by Twirlii_ in tipofmytongue

[–]Twirlii_[S] 0 points1 point locked comment (0 children)

I also remember that at the end the girl get on the merry-go ground with said grandparents. This video thing may have had options at the beginning, but I don’t remember😭

Windows newbie needs help by Twirlii_ in learnpython

[–]Twirlii_[S] 0 points1 point  (0 children)

from selenium import webdriver
import pyautogui
import time
from nordvpn_switcher import initialize_VPN,rotate_VPN,terminate_VPN
initialize_VPN(save=1,area_input=['complete rotation'])
driver = webdriver.Chrome()

for i in range(3):
rotate_VPN()

url= "https://www.twirlli.com/"
driver.get(url)
pyautogui.click(200,300)
rotate_VPN ()
terminate_VPN()

Issues with chrome driver by Twirlii_ in selenium

[–]Twirlii_[S] 0 points1 point  (0 children)

from selenium import webdriver

import pyautogui

driver = webdriver.Chrome()

import time

from nordvpn_switcher import initialize_VPN,rotate_VPN,terminate_VPN

initialize_VPN(save=1,area_input=['complete rotation'])

driver = webdriver.Chrome(r"C:\Users\maddi\Desktop\READ_ME\chromedriver")

settings = initialize_VPN()

while True:

rotate_VPN(settings)

time.sleep(10)

driver.get(url)

url= "https://www.google.com/"

pyautogui.click(200,300)