{"id":20718488,"url":"https://github.com/rxyalxrd/scrapy_parser_pep","last_synced_at":"2026-06-19T16:01:40.213Z","repository":{"id":246688987,"uuid":"817262174","full_name":"Rxyalxrd/scrapy_parser_pep","owner":"Rxyalxrd","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-22T14:22:34.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-25T06:45:32.257Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Rxyalxrd.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-06-19T10:46:41.000Z","updated_at":"2024-06-29T15:49:41.000Z","dependencies_parsed_at":"2024-06-29T17:52:17.781Z","dependency_job_id":"56bf88f5-d2eb-4ac0-a4e0-bdb28413ea82","html_url":"https://github.com/Rxyalxrd/scrapy_parser_pep","commit_stats":null,"previous_names":["rxyalxrd/scrapy_parser_pep"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Rxyalxrd/scrapy_parser_pep","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rxyalxrd%2Fscrapy_parser_pep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rxyalxrd%2Fscrapy_parser_pep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rxyalxrd%2Fscrapy_parser_pep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rxyalxrd%2Fscrapy_parser_pep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rxyalxrd","download_url":"https://codeload.github.com/Rxyalxrd/scrapy_parser_pep/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rxyalxrd%2Fscrapy_parser_pep/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34538480,"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-06-19T02:00:06.005Z","response_time":61,"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":[],"created_at":"2024-11-17T03:13:50.063Z","updated_at":"2026-06-19T16:01:40.187Z","avatar_url":"https://github.com/Rxyalxrd.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scrapy Parser PEP\n[![Python](https://img.shields.io/badge/-Python-464646?style=flat\u0026logo=Python\u0026logoColor=ffffff\u0026color=043A6B)](https://www.python.org/)\n[![Scrapy](https://img.shields.io/badge/-Scrapy-464646?style=flat\u0026logo=Scrapy\u0026logoColor=ffffff\u0026color=043A6B)](https://www.djangoproject.com/)\n\n## Парсинг документов PEP\nАсинхронный парсер собирающий данные о Python Enhancement Proposals (PEP) с сайта `https://www.python.org/`.\nС каждой страницы PEP парсер собирает номер, название, статус и сохраняет\nнесколько файлов в формате `.csv` в папке `results/...`:\n* Список PEP (номер, название и статус);\n* Подсчитывает общее количество каждого статуса и сумму всех статусов.\n\n## Как запустить проект:\nКлонировать репозиторий и перейти в него в командной строке:\n\n```\ngit clone git@github.com:MrGorkiy/scrapy_parser_pep.git\n```\n\nСоздать и активировать виртуальное окружение:\n```\npython3 -m venv env\n```\n\n```\nsource env/bin/activate\n```\n\nУстановить зависимости из файла requirements.txt:\n```\npython3 -m pip install --upgrade pip\n```\n\n```\npip install -r requirements.txt\n```\n\n## Запуск парсера\n```\nscrapy crawl pep\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frxyalxrd%2Fscrapy_parser_pep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frxyalxrd%2Fscrapy_parser_pep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frxyalxrd%2Fscrapy_parser_pep/lists"}