Skip to content

barniekim/naver-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NAVER CRAWLER

A data crawler from NAVER written in PHP, mainly targeted on NAVER Blogs, then NAVER KIN (knowledge IN), and so on.

Usage

Update constants in naver_blog_crawler.php as your preference, first

/** constants: Line 16-21 */
$FROM_PAGE      = 1;
$TIME_FOR_NAPS  = 4;
$MAX_NUM_ERRORS = 100;
$NAVER_BLOG_ID  = "nong-up";
$DIR_DATA       = $DIR_HOME."/data/"; // change this to the right place, and make it writable

Run the script on command-line shell

$ /usr/bin/php naver_blog_crawler.php

Copyright

This project follows MIT License though, please checkout the independent license policy for simplehtmldom project which is included in this project as well.

About

A NAVER data crawler based in PHP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages