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