{"id":19776706,"url":"https://github.com/anthonysigogne/scrapy","last_synced_at":"2026-04-11T09:06:37.298Z","repository":{"id":92152727,"uuid":"97882250","full_name":"AnthonySigogne/scrapy","owner":"AnthonySigogne","description":"A list of simple scrapers made with Scrapy","archived":false,"fork":false,"pushed_at":"2017-07-22T05:10:43.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T12:07:40.691Z","etag":null,"topics":["crawler","elasticsearch","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AnthonySigogne.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":"2017-07-20T22:11:38.000Z","updated_at":"2017-07-21T23:32:55.000Z","dependencies_parsed_at":"2023-03-12T14:16:48.058Z","dependency_job_id":null,"html_url":"https://github.com/AnthonySigogne/scrapy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AnthonySigogne/scrapy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnthonySigogne%2Fscrapy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnthonySigogne%2Fscrapy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnthonySigogne%2Fscrapy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnthonySigogne%2Fscrapy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnthonySigogne","download_url":"https://codeload.github.com/AnthonySigogne/scrapy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnthonySigogne%2Fscrapy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31674633,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T08:18:19.405Z","status":"ssl_error","status_checked_at":"2026-04-11T08:17:08.892Z","response_time":54,"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","elasticsearch","python","scrapy","spider"],"created_at":"2024-11-12T05:21:30.018Z","updated_at":"2026-04-11T09:06:37.283Z","avatar_url":"https://github.com/AnthonySigogne.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scrapy\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) ![Python 3.5](https://img.shields.io/badge/python-3.5-blue.svg)\n\nThis repository contains a list of simple scrapers made with Scrapy :\n\n- basicspider.py - A simple spider that scraps data from a list of pages :  \n```\n$ scrapy runspider basicspider.py -a file=list_pages.txt -o data.csv\n```\n\n- inscriptspider.py - A simple spider that scraps data from a list of pages, and launched inside a Python script via CrawlerProcess :  \n```\n$ scrapy runspider inscriptspider.py url1 url2 url3 ... urlx\n```\n\n- basicrawler.py - A simple crawler that scraps data from a list of domains :\n```\n$ scrapy runspider basicrawler.py -a file=list_pages.txt -o data.csv\n```\n\n- persistencespider.py - A simple spider that scraps data from a list of pages, and saves it in the Elasticsearch database running at http://localhost:9200/ :\n```\n$ scrapy runspider persistencespider.py -a file=list_pages.txt\n```\n\n- persistencecrawler.py - A simple crawler that scraps data from a list of domains, and saves it in the Elasticsearch database running at http://localhost:9200/ :\n```\n$ scrapy runspider persistencecrawler.py -a file=list_pages.txt\n```\n\n## LICENCE\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonysigogne%2Fscrapy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanthonysigogne%2Fscrapy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonysigogne%2Fscrapy/lists"}