$env:LOGIN_EMAIL = "xxx@xxx.com"
$env:LOGIN_PASSWORD = "xxx"
$env:PAT = "xxxxx"
$pythonPath = "%pathPython%"
$scriptPath = "%pathScript%"
$pipPath = "%pathPip%"
$propertyUrl ="https://xxx.com/xxx"
$searchTerm = "xxx"
$streetAddress = "xxx"
$cityStateZip = "xxx"
# Execute the Python script with the URL as an argument
& $pythonPath $scriptPath $propertyUrl $searchTerm $streetAddress $cityStateZip
# Output a message indicating the script ran
Write-Host "Script ran"

Report
All responses (
Answers (