{"id":21963002,"url":"https://github.com/alphabs/navercafeclient","last_synced_at":"2026-05-06T21:32:44.171Z","repository":{"id":212920770,"uuid":"732609532","full_name":"AlphaBs/NaverCafeClient","owner":"AlphaBs","description":"네이버 카페 글 목록 크롤링을 위한 닷넷 라이브러리","archived":false,"fork":false,"pushed_at":"2023-12-17T09:35:09.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T00:44:56.767Z","etag":null,"topics":["crawler","crawling","dotnet","naver","naver-api","naver-cafe","web-scraper","web-scraping"],"latest_commit_sha":null,"homepage":"","language":"C#","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/AlphaBs.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":"2023-12-17T08:57:09.000Z","updated_at":"2023-12-17T09:34:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"dfa3bd9b-2b88-46ba-b0c0-12e235804ebf","html_url":"https://github.com/AlphaBs/NaverCafeClient","commit_stats":null,"previous_names":["alphabs/navercafe.net"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlphaBs%2FNaverCafeClient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlphaBs%2FNaverCafeClient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlphaBs%2FNaverCafeClient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlphaBs%2FNaverCafeClient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlphaBs","download_url":"https://codeload.github.com/AlphaBs/NaverCafeClient/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245020316,"owners_count":20548158,"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","crawling","dotnet","naver","naver-api","naver-cafe","web-scraper","web-scraping"],"created_at":"2024-11-29T10:58:42.079Z","updated_at":"2026-05-06T21:32:39.154Z","avatar_url":"https://github.com/AlphaBs.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NaverCafeClient\n\n네이버 카페 크롤링을 위한 닷넷 라이브러리입니다.\n\n## 기능\n\n- 카페 기본 정보 (멤버수, 카페종류 등)\n- 모바일 카페 대문\n- 현재 로그인한 유저의 카페 내 정보 (**로그인 기능은 포함되어 있지 않음**)\n- 게시판 목록\n- 전체 글 목록\n- 특정 게시판 내 글 목록\n- 전체 공지글 목록\n- 게시판 공지글 목록\n- 인기글 목록\n\n## 설치\n\n[NuGet 패키지 NaverCafeClient](https://www.nuget.org/packages/NaverCafeClient)\n\n## 예제\n\n```csharp\nusing NaverCafeClient;\n\nvar httpClient = new HttpClient();\nvar cafe = new NaverCafe(10050146, \"joonggonara\", httpClient); // 중고나라\n\n// 카페 대문\nvar gateInfo = await cafe.GetCafeGateInfo();\n\n// 멤버 정보\nvar memberInfo = await cafe.GetMemberInfo();\n\n// 게시판 목록\nvar sideMenuList = await cafe.GetSideMenuList();\n\n// 전체글\nvar articleList = await cafe.GetArticleList(new NaverCafeArticleListQuery());\n\n// 전체게시판 공지\nvar noticeList = await cafe.GetNoticeList();\n\n// 인기글\nvar popularArticleList = await cafe.GetWeeklyPopularArticleList();\n\n// '중고나라 무료나눔' 게시판 글\nvar articleListFromBoard = await cafe.GetArticleListFromBoard(\"96\", new NaverCafeArticleListQuery());\nforeach (var a in articleListFromBoard.ArticleList)\n    Console.WriteLine($\"{a.Type}, {a.Item.Subject}, {a.Item.GetDesktopUrl(cafe.ClubUrl)}\");\n\n// '중고나라 무료나눔' 게시판 공지\nvar noticeListFromBoard = await cafe.GetNoticeListFromBoard(\"96\");\nforeach (var n in noticeListFromBoard.ArticleList)\n    Console.WriteLine($\"{n.Type}, {n.Item.Subject}, {n.Item.GetMobileUrl()}\");\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falphabs%2Fnavercafeclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falphabs%2Fnavercafeclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falphabs%2Fnavercafeclient/lists"}