Spaces:
Running
Running
update
Browse files
app.py
CHANGED
|
@@ -13,7 +13,9 @@ nest_asyncio.apply()
|
|
| 13 |
# Constants
|
| 14 |
REPORT_TYPE = "research_report" # Fixed report type
|
| 15 |
PREDEFINED_SOURCES = [
|
| 16 |
-
"https://hexdocs.pm/google_api_content_warehouse/"
|
|
|
|
|
|
|
| 17 |
|
| 18 |
async def fetch_report(query, report_type, sources):
|
| 19 |
"""
|
|
|
|
| 13 |
# Constants
|
| 14 |
REPORT_TYPE = "research_report" # Fixed report type
|
| 15 |
PREDEFINED_SOURCES = [
|
| 16 |
+
"https://hexdocs.pm/google_api_content_warehouse/",
|
| 17 |
+
"https://ipullrank.com/google-algo-leak",
|
| 18 |
+
"https://sparktoro.com/blog/an-anonymous-source-shared-thousands-of-leaked-google-search-api-documents-with-me-everyone-in-seo-should-see-them/"]
|
| 19 |
|
| 20 |
async def fetch_report(query, report_type, sources):
|
| 21 |
"""
|