Skip to content

oksusucha/CRAWLER_WEBNEWS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRAWLER for web news

It based on express.

Now, it can get searched data from https://joongang.joins.com/

Sample, keyWord: "가금류", includeKeyword: "병", excludeKeyword: ""

First, you have to download dependencies.

npm i

Second, you can do type 'npm run start'.

npm run start

Third, connect to localhost:3000 inside web browser.

Wait few second, just show crawled raw data.

comment

If you have error when you npm install, follow below step.
1. Install 'node-gyp' to global.
npm install -g node-gyp
3. Install 'microsoft build tool'.
npm install -g --production windows-build-tools
4. Retry to install dependencies.
npm i

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors