{"id":39509135,"url":"https://github.com/codingforentrepreneurs/web-scraping-with-django-celery","last_synced_at":"2026-01-18T06:00:50.792Z","repository":{"id":225886188,"uuid":"767129242","full_name":"codingforentrepreneurs/Web-Scraping-with-Django-Celery","owner":"codingforentrepreneurs","description":"Learn how to schedule regular web scraping, save the data, and more with Django \u0026 Celery.","archived":false,"fork":false,"pushed_at":"2024-03-18T22:18:31.000Z","size":923,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-03-18T23:29:39.590Z","etag":null,"topics":["bright-data","celery","django","proxy","selenium","selenium-python","web-scraping"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/codingforentrepreneurs.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}},"created_at":"2024-03-04T18:53:33.000Z","updated_at":"2024-03-18T23:29:43.643Z","dependencies_parsed_at":"2024-03-18T23:29:40.777Z","dependency_job_id":"ac3563c6-ca08-4b7f-a03e-55e79b1a2d7c","html_url":"https://github.com/codingforentrepreneurs/Web-Scraping-with-Django-Celery","commit_stats":null,"previous_names":["codingforentrepreneurs/web-scraping-with-django-celery"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codingforentrepreneurs/Web-Scraping-with-Django-Celery","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingforentrepreneurs%2FWeb-Scraping-with-Django-Celery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingforentrepreneurs%2FWeb-Scraping-with-Django-Celery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingforentrepreneurs%2FWeb-Scraping-with-Django-Celery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingforentrepreneurs%2FWeb-Scraping-with-Django-Celery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codingforentrepreneurs","download_url":"https://codeload.github.com/codingforentrepreneurs/Web-Scraping-with-Django-Celery/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingforentrepreneurs%2FWeb-Scraping-with-Django-Celery/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28531991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bright-data","celery","django","proxy","selenium","selenium-python","web-scraping"],"created_at":"2026-01-18T06:00:32.184Z","updated_at":"2026-01-18T06:00:50.778Z","avatar_url":"https://github.com/codingforentrepreneurs.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web Scraping on a Schedule with Django \u0026 Celery\nLearn how to schedule regular web scraping, save the data, and more with Django \u0026amp; Celery.\n\nTopics:\n\n- Django\n- Celery\n- Selenium\n- Scraped Data to Database via Django\n- Reliable Web Scraping with Selenium + Bright Data\n\nReferences:\n- [Celery + Redis + Django configuration guide](https://www.codingforentrepreneurs.com/blog/celery-redis-django/)\n- Django + Celery Redis [blank project code](https://github.com/codingforentrepreneurs/Django-Celery-Redis)\n- Django + Jupyter Setup Module [short + code](https://www.codingforentrepreneurs.com/shorts/django-setup-for-use-in-jupyter-notebooks/)\n\nRequirements:\n- Django experience such as Try Django (on [YouTube](https://www.youtube.com/playlist?list=PLEsfXFp6DpzRMby_cSoWTFw8zaMdTEXgL) or on [CFE](https://www.codingforentrepreneurs.com/topics/try-django/)) or [Your First Django Project](https://www.codingforentrepreneurs.com/courses/your-first-django-project/).\n- Redis Instance\n  - Setup Redis on Windows [blog post](https://www.codingforentrepreneurs.com/blog/redis-on-windows/)\n  - Setup Redis on MacOS or Linux [blog post](https://www.codingforentrepreneurs.com/blog/install-redis-mac-and-linux)\n  - Setup Redis on Remote Virtual Machine [blog post](https://www.codingforentrepreneurs.com/blog/remote-redis-servers-for-development/)\n  - How I use Redis for new projects [short + code](https://www.codingforentrepreneurs.com/shorts/how-i-use-redis-for-new-projects-with-docker-compose/)\n- A Bright Data Account [$25 credit for new accounts](https://brdta.com/justin)\n\n## Getting Started\n\n```bash\ngit clone https://github.com/codingforentrepreneurs/Django-Celery-Redis\nmv Django-Celery-Redis scrape-scheduler\ncd scrape-scheduler\n```\n\n`macos/linux`\n```\npython3 -m venv venv\nsource venv/bin/activate\n```\n\n`windows`\n```\nc:\\Python311\\python.exe -m venv venv\n.\\venv\\Scripts\\activate\n```\n\nInstall requirements\n```bash\npython -m pip install pip --upgrade\npython -m pip install -r requirements.txt\n```\n\nRun a local redis instance via Docker Compose\n```bash\ndocker compose -f compose.yaml up -d\n```\nThis will give us `redis://localhost:6170`\n\nCreate `.env` in `src/.env` with:\n\n```bash\nCELERY_BROKER_REDIS_URL=\"redis://localhost:6170\"\nDEBUG=True\n```\n\nNavigate into your Django root:\n\n```bash\ncd src/\nls\n```\nYou should see at least `cfehome/` and `manage.py`.\n\nRun your project in 2 terminals:\n- `python manage.py runserver`\n- `celery -A cfehome worker --beat`\n\nLet's go!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingforentrepreneurs%2Fweb-scraping-with-django-celery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodingforentrepreneurs%2Fweb-scraping-with-django-celery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingforentrepreneurs%2Fweb-scraping-with-django-celery/lists"}