{"id":15138588,"url":"https://github.com/jeffbla/rent-house-crawler","last_synced_at":"2026-01-20T12:32:50.235Z","repository":{"id":252482495,"uuid":"840334298","full_name":"JeffBla/rent-house-crawler","owner":"JeffBla","description":"This is a distributed web crawler using Scrapy, Redis, and Selenium. It is designed to handle various types of websites, including static, AJAX, and dynamic pages.","archived":false,"fork":false,"pushed_at":"2024-09-12T03:08:57.000Z","size":314,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T09:18:56.324Z","etag":null,"topics":["ajax","distributed-systems","dynamic-site","mongodb","redis","selenium","static-site","web-crawling"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JeffBla.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-08-09T13:23:52.000Z","updated_at":"2025-02-05T13:28:12.000Z","dependencies_parsed_at":"2024-08-10T05:24:23.805Z","dependency_job_id":"1984b1a0-47a6-482d-9566-73b9f388cec8","html_url":"https://github.com/JeffBla/rent-house-crawler","commit_stats":null,"previous_names":["jeffbla/rent-house-crawler"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeffBla%2Frent-house-crawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeffBla%2Frent-house-crawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeffBla%2Frent-house-crawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeffBla%2Frent-house-crawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JeffBla","download_url":"https://codeload.github.com/JeffBla/rent-house-crawler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247457901,"owners_count":20941927,"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":["ajax","distributed-systems","dynamic-site","mongodb","redis","selenium","static-site","web-crawling"],"created_at":"2024-09-26T07:41:55.157Z","updated_at":"2026-01-20T12:32:50.227Z","avatar_url":"https://github.com/JeffBla.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rent House Crawler\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./static/scrapyAritchecture.png\" alt=\"architecture\" /\u003e\n\u003c/p\u003e\n\n## Description\n\nThis is a distributed web crawler using Scrapy, Redis, and Selenium. It is designed to handle various types of websites, including static, AJAX, and dynamic pages. By leveraging a distributed setup with docker compose, the system can be deployed across multiple machines to enhance crawling speed and efficiency.\n\n**Note:**\n\n- ddroom -\u003e Ajax\n\n- housefun -\u003e dynamic (with selenium)\n\n- rakuya -\u003e static\n\n### Architecture Overview:\n\nThe architecture features a central queue managed by Redis, which distributes tasks to multiple Scrapy crawlers. The crawlers process the tasks and store the collected data in MongoDB.\n\n## Prerequest\n\nThere is no MongoDB container in the docker-compose. You need to rewrite the docker-compose or set up MongoDB locally.\n\n1. Setup MonogoDB locally or modify the docker-compose.\n2. Adjust the environment variable to make the project find your MongoDB database.\n\n## Install\n\nThere are two ways to set up.\n\n1. local set up\n\n   1. Pip install\n      ```python\n      pip install -r requirements.txt\n      ```\n   2. Push url to the redis\n   3. scrapy crawl [ddroom/housefun/rakuya]\n\n2. Adopt the docker-compose\n\n   1. Build the docker image\n      ```docker\n      docker build -t scrapy_rent_crawler .\n      ```\n   2. Run the docker compose\n      ```docker\n      docker compose up -d\n      ```\n      if want to debug, remove the -d flag.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffbla%2Frent-house-crawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeffbla%2Frent-house-crawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffbla%2Frent-house-crawler/lists"}