Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
slslslrhfem authored Dec 13, 2020
1 parent a2410c1 commit 8342789
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ Spt_crawler.start()
```
2017년 1월 ~ 2018년 4월까지 한국야구, 한국축구 뉴스를 멀티프로세서를 이용하여 병렬 크롤링을 진행합니다.

** korea_news_crawler가 현재의 파일로 release되어야 from korea_news_crawler.sportcrawler import SportCrawler 후의 코드가 올바르게 작동될 것으로 보입니다.**

** 현재는 Local에서 sportcrawler.py 파일을 직접 실행하여 크롤링이 가능합니다.**

## Multi Process 안내
intel i5 9600 cpu로 테스트 해본 결과 1개의 카테고리 당 평균 **8%** 의 cpu 점유율을 보였습니다.
Expand Down Expand Up @@ -127,10 +124,6 @@ Spt_crawler.set_date_range(2017,1,2018,4)
Spt_crawler.start()
```
From January 2017 to April 2018, Parallel crawls will be conducted using multiprocessors for korea baseball, and korea soccer category news.

** korea_news_crawler should be released with new sportcrawler.py file**

** For now, we can crawl sports news with executing sportcrawler.py in local.**

## Multi Process Information
Testing with intel i5 9600 cpu showed an average ** 8% ** cpu share per category.
Expand Down

0 comments on commit 8342789

Please sign in to comment.