{"id":15735824,"url":"https://github.com/simonrw/housefinder","last_synced_at":"2025-10-08T06:32:40.348Z","repository":{"id":86715067,"uuid":"64920766","full_name":"simonrw/housefinder","owner":"simonrw","description":"For finding houses using zoopla","archived":false,"fork":false,"pushed_at":"2018-01-29T20:24:33.000Z","size":15,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-06T08:45:21.002Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simonrw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-04T09:15:56.000Z","updated_at":"2018-01-29T20:24:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"769d779f-7681-4be1-950d-2cc26bf91a08","html_url":"https://github.com/simonrw/housefinder","commit_stats":{"total_commits":22,"total_committers":1,"mean_commits":22.0,"dds":0.0,"last_synced_commit":"bb0ec5ea8242c97bab089c00ff351469cb139f64"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonrw%2Fhousefinder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonrw%2Fhousefinder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonrw%2Fhousefinder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonrw%2Fhousefinder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonrw","download_url":"https://codeload.github.com/simonrw/housefinder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246413237,"owners_count":20773053,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-04T01:15:04.153Z","updated_at":"2025-10-08T06:32:35.304Z","avatar_url":"https://github.com/simonrw.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# housefinder\n\nFor finding houses using Zoopla.\n\nInspired by [this blog post][1], this repository queries the [Zoopla] API to\nfind houses. I have generalised the code to allow a custom search area, along\nwith inputing your own api keys.\n\nThe code inserts listings into a `postgres` database for further querying later\non, and for de-duplication of listings.\n\n## Plan\n\nThe plan is to post the listings to [Trello] so my wife and I can discuss\ntogether. At the moment it posts to a slack channel, but neither of us use\nslack.\n\n## Requirements\n\n* Python 3\n* `requests`\n* `sqlalchemy`\n* `psycopg2`\n\nA postgres database owned by the current user account called `housefinder`.\n\n## Running\n\nCopy the `config.cfg.example` file to `config.cfg` and fill out the details.\nYou can get a Zoopla api key if you create an account with them, and [visit\nyour account settings page][2]. You can get a slack api key if you [add a bot\nuser][3] to your organisation. Finally a Trello api key can be generated [using\ntheir developer documentation][4].\n\nInstall the package with\n\n```sh\npip install git+https://github.com/mindriot101/housefinder.git\n```\n\nand run the command `housefinder -c \u003cconfig\u003e`.\n\n\n[1]: https://www.dataquest.io/blog/apartment-finding-slackbot/\n[Zoopla]: http://www.zoopla.co.uk/\n[Trello]: https://trello.com/\n[2]: http://developer.zoopla.com/apps/mykeys\n[3]: https://api.slack.com/bot-users\n[4]: https://developers.trello.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonrw%2Fhousefinder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonrw%2Fhousefinder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonrw%2Fhousefinder/lists"}