Skip to content

shay314/yad2rantalscraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

yad2rantalscraper

Rental scraping on yad2 site.

Usage Example

python yad2/main.py --config "path to your config"

Config Example

The config should be a json file which contains the pages you want to scrape and email which should get notifictions

{
    "scrape_urls": [
        "https://www.yad2.co.il/realestate/1",
        "https://www.yad2.co.il/realestate/2",
        "https://www.yad2.co.il/realestate/3"
    ],
    "recipients": ["mymail@gmail.com"]
}

Notifications

We're currently using gmail, but it should be blocked around 30/05/2022 - hence we need to find workaround.
Anyway, the username and password should be located under:
~/.config/gmail.pass

Development

Simply create with conda:

conda env create --file environment.yml

About

rental scraping on yad2 site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages