changing directory for the AI search
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user