From 258c0b7f1d3ffda013e2462579a9a0a5e5489460 Mon Sep 17 00:00:00 2001 From: Harminder Singh Nijjar <110620707+harmindersinghnijjar@users.noreply.github.com> Date: Wed, 16 Aug 2023 02:59:13 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 551bcbb..3c69141 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ You use the software provided at your own risk. I cannot be held responsible for This open-source program uses a combination of Python and SQLite to scrape data from Facebook Marketplace. The program uses the Selenium webdriver to navigate the Facebook Marketplace website and BeautifulSoup to parse the HTML and extract relevant data. It then stores the data in an SQLite database. The program also has a GUI made with PyQt5 that allows the user to start the scraping process. ### Customization -This program can be customized to your personal/organizational needs. For more information, please get in touch with me at [https//:harminder.io](https://www.harminder.io/) +This program can be customized to your personal/organizational needs. For more information, please get in touch with me at [harminder.io](https://www.harminder.io/) - PyQt5 - Selenium - BeautifulSoup