From d5793590895afb44aec747a65a1445d5013441f0 Mon Sep 17 00:00:00 2001 From: Mike Lee Williams Date: Sun, 26 Sep 2021 19:55:31 -0700 Subject: [PATCH] Remove 'add a site' from README --- README.md | 11 ----------- setup.cfg | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index 63e0964..8ac927f 100644 --- a/README.md +++ b/README.md @@ -30,17 +30,6 @@ chart make the estimate look ridiculously trustworthy. This scraper captures the bouncing, which gives you a good idea how much to trust the current value (probably good to 10-20% at most). -## Adding a new site - -To add a new site: - - - add an entry in `sites.json` - - set `xpath` to the xpath containing the piece of data you want to collect - - export the `_URL` environment variable, where `` should be - replaced with the upper case version of the `"name"` field in sites.json. - - if you want to keep the history in `data.csv` manually edit its header to add - the new site (otherwise `data.csv` will be overwritten with an empty table). - ## Caveats - The Zillow scraper doesn't work if the house is on the market. The page diff --git a/setup.cfg b/setup.cfg index 14e9876..3875ead 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = real-estate-scrape -version = 0.1.0 +version = 0.1.1 description = Get the estimated value of a property from Redfin and Zillow long_description = file: README.md long_description_content_type = text/markdown