Spaces:
Runtime error
Runtime error
update SECRET_TOKEN
Browse files- 21c11027.py +2 -1
21c11027.py
CHANGED
@@ -22,9 +22,10 @@ publication_name = input("Please input the keyword for searching: ")
|
|
22 |
|
23 |
from serpapi import GoogleSearch
|
24 |
|
|
|
25 |
def checkPaper(publication_name):
|
26 |
params = {
|
27 |
-
"api_key": "
|
28 |
"engine": "google",
|
29 |
"q": "*",
|
30 |
"location": "Austin, Texas, United States",
|
|
|
22 |
|
23 |
from serpapi import GoogleSearch
|
24 |
|
25 |
+
#SECRET_TOKEN: get key in serpAPI
|
26 |
def checkPaper(publication_name):
|
27 |
params = {
|
28 |
+
"api_key": "SECRET_TOKEN",
|
29 |
"engine": "google",
|
30 |
"q": "*",
|
31 |
"location": "Austin, Texas, United States",
|