Skip to content

Commit bcd2659

Browse files
bickeljslifty
andcommitted
Get Charity Navigator data for existing EINs
Point this script to a PDC instance with a Charity Navigator GraphQL API key and PDC Keycloak client/secret, and it will get changemakers from PDC, use (valid) EINs to fetch some data from Charity Navigator and post the results to ChangemakerFieldValues. Issue #7 Make a charity navigator data import script Co-Authored-By: Dan Schultz <slifty@gmail.com>
1 parent 4913559 commit bcd2659

8 files changed

Lines changed: 839 additions & 56 deletions

File tree

.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Candid Premier API subscription key
22
DS_CANDID_API_KEY=my-candid-api-key
33

4+
# Candid Premier API subscription key
5+
DS_CHARITY_NAVIGATOR_API_KEY=my-charity-navigator-api-key
6+
47
# Location of OpenID Connect authority
58
DS_OIDC_BASE_URL=https://auth.philanthropydatacommons.org/realms/pdc
69

0 commit comments

Comments
 (0)