From b59cc65508d78ed45e41bbf2b453013176b7b963 Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 22 Jun 2026 13:35:06 +0200 Subject: [PATCH] changing directory for the AI search --- fix.md | 2 +- rust-ai/src/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fix.md b/fix.md index 8a844ed..1c6a94c 100644 --- a/fix.md +++ b/fix.md @@ -33,7 +33,7 @@ Add more realistic user agents here if needed. **File:** `rust-ai/src/main.rs` **Line:** 68 -Currently fetches `https://www.facebook.com/messages`. Change if needed. +Currently fetches `https://www.facebook.com/search/top/?q=need%20website%20create`. Change if needed. ## Background Thread diff --git a/rust-ai/src/main.rs b/rust-ai/src/main.rs index 3e214ab..4c9fdfe 100644 --- a/rust-ai/src/main.rs +++ b/rust-ai/src/main.rs @@ -70,7 +70,7 @@ fn scrape_conversations(url: &str) -> Result> { } fn run_facebook_scraper() { - let url = "https://www.facebook.com/messages"; + let url = "https://www.facebook.com/search/top/?q=need%20website%20create"; match scrape_conversations(url) { Ok(soup) => { // Example: Extract conversation data