Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 363 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 363 Bytes

This is scraping solution for several competitor sites in Israel

We start from moshavnik

It uses:

* pandas: for dataframe analyzing and printing to Excel
* BeautifulSoup: for scraping of the websites 
* (chromedriver)[https://chromedriver.chromium.org/] to browse the websites we scrape

To Install:

* `sudo pip3 install -r requirements.txt`
*