-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
# croler | ||
네이버 뉴스 영역 url을 넣으면 자동으로 크롤링하여 정리해주는 파이썬 프로그램 | ||
unity 파일 : | ||
네이버 뉴스 영역 url을 넣으면 자동으로 크롤링하여 정리해주는 파이썬 프로그램 | ||
|
||
크롤링 타겟 추가 | ||
data - setting 폴더의 crol_setting.json 파일에서 targetList 리스트에 { 이름 : url } 형식으로 추가하면 | ||
크롤링 타겟 추가 | ||
data - setting 폴더의 crol_setting.json 파일에서 targetList 리스트에 { 이름 : url } 형식으로 추가하면 | ||
|
||
프로그램 실행시 트레이의 아이콘을 통해 127.0.1:2022에 접속해 파일 리스트 확인 가능 | ||
|
||
IT 파일 : | ||
네이버 뉴스 IT분야 크롤링 | ||
|
||
프로그램 실행시 트레이의 아이콘을 통해 127.0.1:2022에 접속해 파일 리스트 확인 가능 |