Started the reorganization of Scripts for github. Some notes changes.
This commit is contained in:
@ -1,13 +1,12 @@
|
||||
import requests
|
||||
import pandas as pd
|
||||
import Apikeys
|
||||
|
||||
baseCsv = "/Users/normrasmussen/Downloads/Incomplete list for NP monthly communcation 12.19.22 - Users.csv"
|
||||
baseCsv = "/Users/normrasmussen/Downloads/Incomplete list of Users.csv"
|
||||
baseUrl = "https://api.northpass.com/v2/people/"
|
||||
baseUrlname = "https://api.northpass.com/v2/people?filter[name][eq]="
|
||||
baseUrlemail = "https://api.northpass.com/v2/people?filter[email][eq]="
|
||||
# apiKey = "JRDpCGQ7vSRiva6t5OkWDr5eJ" # G2
|
||||
# apiKey = "6hUfJdAartHTHhHc0WIRZYPWe" #Walmart
|
||||
apiKey = "84GO7zb7a990UJrnFJqiYcd0m" # Skuid's API
|
||||
apikey = Apikeys.client
|
||||
|
||||
|
||||
def getfromEmail(baseUrlemail, baseCsv, apiKey):
|
||||
|
||||
Reference in New Issue
Block a user