Skip to content

Instantly share code, notes, and snippets.

View chrisf4lc0n's full-sized avatar

chrisf4lc0n chrisf4lc0n

View GitHub Profile
@chrisf4lc0n
chrisf4lc0n / gist:d5506bd69e0d07b53574442c972090fe
Created October 15, 2025 22:14
HyundaiFetchApiTokens.py
# hyundai_token_minimal.py
import re
from selenium import webdriver
from selenium.webdriver.chrome.service import Service
import requests
import time
import os
# Find Chrome/Chromium
def find_chrome():