Still working those luminate templates.... add some scripts for bulk add people. Changed a few todos.
This commit is contained in:
@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user