8000 updated full contact script · evitax/python-scripts@352f777 · GitHub
[go: up one dir, main page]

Skip to content

Commit 352f777

Browse files
committed
updated full contact script
1 parent 6613b13 commit 352f777

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
< 9BE9 td data-grid-cell-id="diff-bc37d034bad564583790a46f19d807abfe519c5671395fd494d8cce506c42947-6-7-1" data-selected="false" role="gridcell" style="background-color:var(--diffBlob-additionNum-bgColor, var(--diffBlob-addition-bgColor-num));text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative left-side">7
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ _tmp
44
env
55
venv
66
__pycache__
+
.env

30_fullcontact.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import os
12
import sys
23
import requests
34

@@ -15,7 +16,7 @@
1516

1617
# constants
1718

18-
API_KEY = 'GET YOUR OWN'
19+
API_KEY = os.environ.get('FULLCONTACT_API_KEY')
1920
BASE_URL = 'http://api.fullcontact.com/v2/person.json'
2021

2122

0 commit comments

Comments
 (0)
0