changing directory for the AI search

This commit is contained in:
Ace
2026-06-22 13:35:06 +02:00
parent f503bf98f8
commit b59cc65508
2 changed files with 2 additions and 2 deletions
+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