Some scripts changed. updated Mizuno templates.

This commit is contained in:
Norm Rasmussen
2023-09-12 17:09:25 -04:00
parent 09b033797c
commit 206623060e
6 changed files with 20 additions and 12 deletions

View File

@ -2,7 +2,7 @@ skuid = "shdX7ht5PZHoOBKOZqZsTMaCJ"
unknown = "SlpQlju219WnWogn94dQUT6Yt"
forcemanager = "3ia7mWFkdeALYQFYoB51yh6Ov"
talkspace_core = "2vfHw6ksqGfT1gUhPM8pXx2wW"
wildhealth = "HWxj6VTNPwbc3WghFTPzr7SjE"
wildhealth_edportal = "HWxj6VTNPwbc3WghFTPzr7SjE"
normsandbox = "SlpQlju219WnWogn94dQUT6Yt"
walmartprod = "6hUfJdAartHTHhHc0WIRZYPWe"
recast = "9LISLpq7Ebqot3Xrggn5twKWZ"

View File

@ -3,7 +3,7 @@ import pandas as pd
import Apikeys
csv = "/Users/normrasmussen/Downloads/client-learners.csv"
apiKey = Apikeys.client
apiKey = Apikeys.wildhealth_edportal
baseUrlemail = "https://api.northpass.com/v2/people?filter[email][eq]="

View File

@ -5,7 +5,7 @@ import Apikeys
import os
basefile = "/Users/normrasmussen/Downloads/client-learners.csv"
api_key = Apikeys.client
api_key = Apikeys.wildhealth_edportal
prop_url = "https://api.northpass.com/v2/properties/people/"
headers = {
"accept": "*/*",