{"id":27972862,"url":"https://github.com/ahmadhuss/scrapy_universal","last_synced_at":"2026-07-04T09:32:27.189Z","repository":{"id":286161894,"uuid":"958808769","full_name":"ahmadhuss/scrapy_universal","owner":"ahmadhuss","description":"A universal, plug-and-play Scrapy boilerplate for scalable web scraping projects.","archived":false,"fork":false,"pushed_at":"2025-04-01T20:29:06.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-01T15:53:38.579Z","etag":null,"topics":["python","scrapy","scrapy-crawler","scrapy-spider"],"latest_commit_sha":null,"homepage":"","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/ahmadhuss.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":"2025-04-01T19:50:21.000Z","updated_at":"2025-04-01T20:28:47.000Z","dependencies_parsed_at":"2025-04-04T17:54:50.349Z","dependency_job_id":"f658aaf7-e68e-48be-a327-78f6e9c7a8be","html_url":"https://github.com/ahmadhuss/scrapy_universal","commit_stats":null,"previous_names":["ahmadhuss/scrapy_universal"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ahmadhuss/scrapy_universal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadhuss%2Fscrapy_universal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadhuss%2Fscrapy_universal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadhuss%2Fscrapy_universal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadhuss%2Fscrapy_universal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahmadhuss","download_url":"https://codeload.github.com/ahmadhuss/scrapy_universal/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadhuss%2Fscrapy_universal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35117335,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-04T02:00:05.987Z","response_time":113,"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":["python","scrapy","scrapy-crawler","scrapy-spider"],"created_at":"2025-05-07T23:20:12.818Z","updated_at":"2026-07-04T09:32:27.160Z","avatar_url":"https://github.com/ahmadhuss.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scraping\n\nThis repository contains various Python scripts to check web scraping techniques for certain sites.\n\n**How we can use on our local machine?**\n\nMake sure your OS has already installed `Python 3.x.x` , that comes with `pip`, `pip` is a package manager for Python and is included by default with the Python installer. It helps to install and uninstall Python packages (such as Django!).\n\n**Setting up a virtual environment:**\n\nAfter cloning this repo, enter the following command on your terminal:\n\n    python -m venv venv\n\nIt will create the virtual environment for the following project, where we will install all our project dependencies. There is a `venv` directory automatically created in your project that Git will not track.\n\nAfter that we have to activate the virtual environment and install the project dependencies there.\n\n**For Windows:**\n\nEnter the following command at the root of your cloned repo.\n\n    venv\\Scripts\\activate\n\n**For Unix:**\n\nEnter the following command at the root of your cloned repo.\n\n    . venv\\bin\\activate\n\n**Install dependencies:**\n\n    pip install -r requirements.txt\n\n### License\n\nMIT\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmadhuss%2Fscrapy_universal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmadhuss%2Fscrapy_universal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmadhuss%2Fscrapy_universal/lists"}