Talkspace script for emails into props, G2, and Wild Health Notes.

This commit is contained in:
Norm Rasmussen
2023-10-02 17:05:14 -04:00
parent 00a2213b11
commit 450eaee4f9
6 changed files with 95 additions and 4 deletions

View File

@ -4,7 +4,7 @@ from pathlib import Path
import Apikeys
import os
basefile = "/Users/normrasmussen/Downloads/MizunoAug_Completions.csv"
basefile = "/Users/normrasmussen/Downloads/Mizuno-September23-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.iloc[:, 0:]
print(completions)
completions.to_csv(
"/Users/normrasmussen/Downloads/MizunoCompletions_with_PGAIDs.csv",
"/Users/normrasmussen/Downloads/Mizuno-09.23-Completions_with_PGAIDs.csv",
index=False,
)