Still working those luminate templates.... add some scripts for bulk add people. Changed a few todos.

This commit is contained in:
Norm Rasmussen
2024-06-06 18:28:44 -04:00
parent a808da6818
commit 7379f26fd3
3 changed files with 105 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import csv
import Apikeys
pp = pprint.PrettyPrinter(indent=4)
APIKEY = Apikeys.ZENJOB
APIKEY = Apikeys.CHUBB
HEADERS = {
"accept": "application/json",
"X-Api-Key": APIKEY,
@ -21,7 +21,7 @@ def bulk_invite_ppl():
}
"""
payload_1 = []
with open ("/Users/normrasmussen/Downloads/Zenjob_empoloyees.csv", "r") as csvfile:
with open ("/Users/normrasmussen/Downloads/chubb.csv", "r") as csvfile:
for person in csvfile:
person = person[:-1]
miniload = {