{"id":17710822,"url":"https://github.com/engageintellect/scrapers","last_synced_at":"2025-03-31T09:21:04.675Z","repository":{"id":230132260,"uuid":"778584349","full_name":"engageintellect/scrapers","owner":"engageintellect","description":"A repository of web scrapers using Python \u0026 Scrapy","archived":false,"fork":false,"pushed_at":"2024-03-28T02:03:47.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-06T13:48:42.863Z","etag":null,"topics":["crawler","python","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/engageintellect.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-03-28T01:56:45.000Z","updated_at":"2024-03-28T01:58:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"479ab2fd-1544-449d-87d4-6de43e8e477b","html_url":"https://github.com/engageintellect/scrapers","commit_stats":null,"previous_names":["engageintellect/scrapers"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engageintellect%2Fscrapers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engageintellect%2Fscrapers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engageintellect%2Fscrapers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engageintellect%2Fscrapers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/engageintellect","download_url":"https://codeload.github.com/engageintellect/scrapers/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246443534,"owners_count":20778252,"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":["crawler","python","scrapy","spider"],"created_at":"2024-10-25T07:43:09.076Z","updated_at":"2025-03-31T09:21:04.654Z","avatar_url":"https://github.com/engageintellect.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# scrapers\n\n\n## Getting Started\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\n\n### Prerequisites\nWhat things you need to install the software and how to install them\n\n```bash\npip install -r requirements.txt\n```\n\n### Running a Spider\n\n\nTo run a spider, use the following command:\n```bash\ncd hackernews_scraper\n```\n\nWithout outputting to a file. \n```bash\nscrapy crawl hackernews\n```\n\nWith output to a file.\n```bash\nscrapy crawl hackernews -o results.json\n```\n\nUsing the Scrapy shell\n```bash\nscrapy shell 'https://news.ycombinator.com/'\n```\n\n```python\nprint(response.css('td.title a::text').get())\nprint(response.css('td.title a::attr(href)').get())\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengageintellect%2Fscrapers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fengageintellect%2Fscrapers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengageintellect%2Fscrapers/lists"}