Backlinking tool & Img optimization, PIL & Tinify API

This commit is contained in:
ajaysi
2024-08-15 14:27:17 +05:30
parent fe59ec07cc
commit d005cef45a
3 changed files with 96 additions and 98 deletions

View File

@@ -56,7 +56,9 @@ def gpt_web_researcher(search_keywords):
def do_google_serp_search(search_keywords):
""" """
""" COmmon function to do google SERP analysis and return results. """
# FIXME: Add a return filter to either return full json, titles, PAA, relatedsearches etc.
try:
logger.info(f"Doing Google search for: {search_keywords}\n")
g_results = google_search(search_keywords)