changing directory for the AI search

This commit is contained in:
Ace
2026-06-22 13:35:06 +02:00
parent a517b91de1
commit 6c88dcca7b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -70,7 +70,7 @@ fn scrape_conversations(url: &str) -> Result<Html, Box<dyn std::error::Error>> {
}
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