Skip to content

Instantly share code, notes, and snippets.

View Naadesh's full-sized avatar

Bozo Naadesh

  • salesforce
View GitHub Profile
@Naadesh
Naadesh / autoans
Last active February 3, 2026 21:07
import os, time, json, requests, urllib3, xml.etree.ElementTree as ET
from collections import OrderedDict
from hashlib import sha256
from seleniumwire import webdriver
from selenium.webdriver.chrome.service import Service
from webdriver_manager.chrome import ChromeDriverManager
from selenium.webdriver.common.by import By
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
import os, time, json, requests, urllib3, xml.etree.ElementTree as ET
from collections import OrderedDict
from hashlib import sha256
from seleniumwire import webdriver
from selenium.webdriver.chrome.service import Service
from webdriver_manager.chrome import ChromeDriverManager
from selenium.webdriver.common.by import By
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)