streamlit working code

This commit is contained in:
Madhu
2025-01-16 18:44:12 +05:30
parent 538735b62a
commit 43ca191825
3 changed files with 158 additions and 141 deletions

View File

@@ -0,0 +1,8 @@
Search for URLs:
The script searches for relevant Quora URLs using Firecrawl's search endpoint.
Extract User Info:
The script extracts user information from the URLs using Firecrawl's LLM extract functionality.
Format User Info:
The script formats the extracted user information into a structured and readable format.
Write to Google Sheets:
The script creates a new Google Sheet and writes the formatted user information into it.