Can search&download article in Naver cafe with naming rule.
C# (Windows Forms Application)
.NET Framework 4.0
Windows (x64, x86)
-
Login 버튼을 클릭하여 네이버 계정으로 로그인 합니다.
ClickLoginbutton and login with your Naver account. -
검색을 시행할 타겟 카페 주소를 입력합니다.
Set target cafe link where you'll search. -
검색할 문서들의 게시 허용 기간을 설정합니다.
Set articles' search duration. -
검색될 문서들의 제목 규칙 (Naming Rule)을 설정해줍니다.
Set articles'Naming Rule. -
Search 버튼을 클릭하여 게시글을 검색합니다.
ClickSearchbutton to search articles. -
현재 설정되어있는 Naming Rule을 저장 할 수 있습니다.
(저장된 템플릿은 Open Template 버튼을 클릭하여 열 수 있습니다.)
You can saveNaming Rulecurrently set.
(Saved template can open withOpen Templatebutton.) -
검색이 완료 된 후에 [
] 버튼을 클릭하여 설정환경을 변경합니다.
After search finished, click [
] button to change setting environment. -
파일이 저장될 이름 형식을 지정합니다. (Naming Rule에 등록된 텍스트 + 사용자 입력 텍스트)
SetNaming Ruleof saved files. (Registed text inNaming Rule+ User entered text) -
파일이 저장될 로컬 위치를 설정 합니다.
Set local directory of saved files. -
Download 버튼을 클릭하여 파일을 다운로드 합니다.
Click download button and download files.
-
Text Viewer 다운로드 된 "body.txt" 파일을 기존 Windows 내장 메모장
Notepad로 열 경우, 폼 크기에 따른 개행이 자동으로 이루어지지않아 좌-우 스크롤을 사용해야해서 가독성이 떨어지는 문제가 있었다. 이를 고려하여 보다 가독성을 높인 Text Viewer를 프로그램에 내장시켰다.
If you open downloaded "body.txt" with usualNotepad, it doesn't make newline automatically so we need to useHorizontal Scrollbar. With this in mind and created aText Viewerthat more increase readability. -
Comment 글을 확인하고 바로 댓글을 달고 싶은 경우, 카페에 들어가지 않고 바로 댓글을 달 수 있도록 Comment 기능을 추가하였다. If you want directly comment after read article, you can use
Commentfunction to comment directly.