Single resource node for walmart, Chubb script, Mizuno scripts. Todos, too.

This commit is contained in:
Norm Rasmussen
2024-08-06 20:23:04 +02:00
parent ce49f11950
commit 1eb1fce129
4 changed files with 13 additions and 8 deletions

View File

@ -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,
)

View File

@ -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():

View File

@ -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) => {

View File

@ -379,3 +379,11 @@ message](https://northpasshq.slack.com/archives/C04RER4PH09/p1709147957374999?th
## 07-18-2024
- [ ] Cin7 - Check this: can a not-activated user in prereg sign up on the sign up page?
## 08-06-2024
- [ ] Datasnipper - Will be bringing on CC via Marketing. CE to be lead by Marketing. Dutch workforce contract - you get a month of holiday pay in July. Design stuff won't happen in earnest until the full handover happens. Dirk asked some questions about the flow of certain items in the academy.
- [ ] Datasnipper - When you click Start LP, drop you into the first activity of the first course regardless of LP flow.
- [ ] Datasnipper - When LP is free form, at what point do you get enrolled in the courses - enroll or start path?
- [ ] Walmart Luminate - Write up that we CANNOT do their redirect, that we will help with their auth, and the language setup will need to be the same as Mexico.