{"id":20537064,"url":"https://github.com/zenrows/scaling-to-distributed-crawling","last_synced_at":"2026-03-18T00:36:46.340Z","repository":{"id":50371538,"uuid":"397609249","full_name":"ZenRows/scaling-to-distributed-crawling","owner":"ZenRows","description":"Repository for the Mastering Web Scraping in Python: Scaling to Distributed Crawling blogpost with the final code.","archived":false,"fork":false,"pushed_at":"2021-10-29T11:27:33.000Z","size":119,"stargazers_count":42,"open_issues_count":1,"forks_count":9,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-14T07:43:53.183Z","etag":null,"topics":["crawler","crawling","distributed","python","python3","scraping","spider"],"latest_commit_sha":null,"homepage":"https://www.zenrows.com/blog/mastering-web-scraping-in-python-scaling-to-distributed-crawling","language":"HTML","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/ZenRows.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}},"created_at":"2021-08-18T13:23:37.000Z","updated_at":"2024-11-02T13:33:53.000Z","dependencies_parsed_at":"2022-09-13T07:30:45.327Z","dependency_job_id":null,"html_url":"https://github.com/ZenRows/scaling-to-distributed-crawling","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ZenRows/scaling-to-distributed-crawling","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZenRows%2Fscaling-to-distributed-crawling","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZenRows%2Fscaling-to-distributed-crawling/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZenRows%2Fscaling-to-distributed-crawling/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZenRows%2Fscaling-to-distributed-crawling/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZenRows","download_url":"https://codeload.github.com/ZenRows/scaling-to-distributed-crawling/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZenRows%2Fscaling-to-distributed-crawling/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30637240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-18T00:09:27.587Z","status":"ssl_error","status_checked_at":"2026-03-18T00:09:26.123Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["crawler","crawling","distributed","python","python3","scraping","spider"],"created_at":"2024-11-16T00:38:49.942Z","updated_at":"2026-03-18T00:36:46.315Z","avatar_url":"https://github.com/ZenRows.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# crawling-scale-up\n\nRepository for the [Mastering Web Scraping in Python: Scaling to Distributed Crawling](https://www.zenrows.com/blog/mastering-web-scraping-in-python-scaling-to-distributed-crawling) blogpost with the final code.\n\n## Installation\nYou will need [Redis](https://redis.io/) and [python3 installed](https://www.python.org/downloads/). After that, install all the necessary libraries by running `pip install`.\n\n```bash\npip install install requests beautifulsoup4 playwright \"celery[redis]\"\nnpx playwright install\n```\n\n## Execute\n\nConfigure the Redis connection on the [repo file](./repo.py) and Celery on the [tasks file](./tasks.py).\n\nYou need to start Celery and the run the main script that will start queueing pages to crawl.\n\n```bash\ncelery -A tasks worker\n```\n\n```python\npython3 main.py \n```\n\n## Contributing\nPull requests are welcome. For significant changes, please open an issue first to discuss what you would like to change.\n\n## License\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzenrows%2Fscaling-to-distributed-crawling","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzenrows%2Fscaling-to-distributed-crawling","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzenrows%2Fscaling-to-distributed-crawling/lists"}