Single resource node for walmart, Chubb script, Mizuno scripts. Todos, too.
This commit is contained in:
@ -4,7 +4,7 @@ from pathlib import Path
|
||||
import Apikeys
|
||||
import os
|
||||
|
||||
basefile = "/Users/normrasmussen/Downloads/mizuno-june-completions.csv"
|
||||
basefile = "/Users/normrasmussen/Downloads/mizuno-july-completions.csv"
|
||||
api_key = Apikeys.MIZUNO
|
||||
uuid_url = "https://api.northpass.com/v2/people?filter[email][eq]="
|
||||
prop_url = "https://api.northpass.com/v2/properties/people/"
|
||||
@ -51,7 +51,7 @@ def load_file(basefile):
|
||||
completions = completions[completions["userid"] != "0"]
|
||||
# completions = completions.iloc[:, 0:]
|
||||
completions.to_csv(
|
||||
"/Users/normrasmussen/Downloads/Mizuno-June2024-with-PGAID.csv",
|
||||
"/Users/normrasmussen/Downloads/Mizuno-July2024-with-PGAID.csv",
|
||||
index=False,
|
||||
)
|
||||
|
||||
|
||||
@ -13,7 +13,7 @@ HEADERS = {
|
||||
"X-Api-Key": APIKEY,
|
||||
}
|
||||
BASEURL = "https://api.northpass.com/v2/"
|
||||
IMPORTFILE = "/Users/normrasmussen/Downloads/CISA-71624.csv"
|
||||
IMPORTFILE = "/Users/normrasmussen/Downloads/CISA-072624.csv"
|
||||
|
||||
|
||||
def bulk_invite_and_group():
|
||||
|
||||
@ -8,11 +8,8 @@ const apiKey = "6hUfJdAartHTHhHc0WIRZYPWe"
|
||||
// Luminate Production ^
|
||||
const uid = "/\?uid\=7beg87y4-fh24-4929-3rt5-24kdn87s5241";
|
||||
const groupIds = [
|
||||
"563b97ed-6d1f-4fd9-a9eb-82842e13468e",
|
||||
"2fc475e8-d55a-4aec-be43-d78ef27ba4ae",
|
||||
"111cb548-493d-4183-9af1-aea97b243403",
|
||||
"161e1e14-2740-46e8-b8f6-aecbe3feb149",
|
||||
"a06c223e-6727-4dd5-92f7-f9afbc9fe783",
|
||||
'16330ea4-99c0-42c5-bf48-1195a53f70af',
|
||||
'bb848266-a203-4863-bc5e-c01f910ecd70'
|
||||
]
|
||||
|
||||
const getAllGroups = async (num) => {
|
||||
|
||||
Reference in New Issue
Block a user