{"id":27644682,"url":"https://github.com/ss0715jj/newscrawler","last_synced_at":"2026-04-15T22:35:41.127Z","repository":{"id":289231548,"uuid":"970484342","full_name":"ss0715jj/NewsCrawler","owner":"ss0715jj","description":"ZDNet Korea 뉴스 헤드라인을 크롤링하고 REST API로 제공합니다. (Flask 기반)","archived":false,"fork":false,"pushed_at":"2025-04-22T07:35:33.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-24T00:58:27.800Z","etag":null,"topics":["api","beautifulsoup","flask","modular-architecture","news","opensource","python","web-crawler"],"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/ss0715jj.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,"zenodo":null}},"created_at":"2025-04-22T04:58:02.000Z","updated_at":"2025-04-22T07:41:06.000Z","dependencies_parsed_at":"2025-04-22T08:38:43.627Z","dependency_job_id":"c7199388-3b2d-4e55-97bd-84f73197d950","html_url":"https://github.com/ss0715jj/NewsCrawler","commit_stats":null,"previous_names":["ss0715jj/newscrawler"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ss0715jj/NewsCrawler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ss0715jj%2FNewsCrawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ss0715jj%2FNewsCrawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ss0715jj%2FNewsCrawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ss0715jj%2FNewsCrawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ss0715jj","download_url":"https://codeload.github.com/ss0715jj/NewsCrawler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ss0715jj%2FNewsCrawler/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267701307,"owners_count":24130448,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"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":["api","beautifulsoup","flask","modular-architecture","news","opensource","python","web-crawler"],"created_at":"2025-04-24T00:58:26.464Z","updated_at":"2026-04-15T22:35:41.085Z","avatar_url":"https://github.com/ss0715jj.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📰 NewsCrawler\n\nZDNet Korea의 최신 뉴스 헤드라인을 크롤링하고 REST API로 제공하는 Python 기반 오픈소스 프로젝트입니다.  \n이 프로젝트는 모듈러 아키텍처를 기반으로 설계되어 유지보수와 확장이 용이합니다.\n\n## 📦 주요 기능\n\n- ZDNet Korea 웹사이트에서 뉴스 제목, 링크, 날짜를 크롤링\n- `/api/news/latest` 엔드포인트를 통해 JSON 형식으로 뉴스 데이터 제공\n- 단위 테스트 포함\n- Flask 기반 REST API\n- Python Modular 구조 적용\n\n## 🛠️ 프로젝트 구조\n\n````\nNewsCrawler/\n├── app/                 # API 라우터 및 서비스 계층\n│   ├── __init__.py\n│   ├── routes.py\n│   └── service.py\n├── core/                # 크롤링 로직 정의\n│   ├── __init__.py\n│   └── crawler.py\n├── models/                # 모델 정의\n│   └── News.py\n├── tests/               # 테스트 코드\n│   └── test_crawler.py\n├── run.py               # 실행 진입점\n├── requirements.txt     # 의존성 목록\n├── LICENSE              # MIT 라이선스\n└── README.md            # 프로젝트 소개 파일\n````\n\n\n\n## 🚀 설치 및 실행\n\n````bash\ngit clone https://github.com/ss0715jj/NewsCrawler.git\ncd NewsCrawler\npip install -r requirements.txt\npython run.py\n````\n\n\n\n## 📡 API 엔드포인트\n\n| Method | URL              | 설명                         |\n| ------ | ---------------- | ---------------------------- |\n| GET    | /api/news/latest | 최신 뉴스 목록을 반환합니다. |\n\n### 응답 예시\n\n\n\n````json\n[\n  {\n    \"title\": \"뉴스 제목입니다\",\n    \"content\": \"뉴스 내용입니다.\",\n    \"thumbnail\": \"https://image.zdnet.co.kr/2025/04/22/701d7849aeeca0fbc7a90b9cbad21817-290x182.jpg\"\n  }\n]\n````\n\n\n\n## 🧪 테스트 실행\n\n````bash\npython -m unittest discover tests\n````\n\n\n\n## 🪪 라이선스\n\nMIT License\n\n---\n\n## 🙋 프로젝트 목표\n\n이 프로젝트는 JetBrains 오픈소스 라이선스 신청을 목적으로 제작되었으며, 추후 다른 뉴스 사이트 크롤링, 검색 기능, 데이터 저장 기능 등을 추가할 예정입니다.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fss0715jj%2Fnewscrawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fss0715jj%2Fnewscrawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fss0715jj%2Fnewscrawler/lists"}