A data crawler from NAVER written in PHP, mainly targeted on NAVER Blogs, then NAVER KIN (knowledge IN), and so on.
/** 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
$ /usr/bin/php naver_blog_crawler.php
This project follows MIT License though, please checkout the independent license policy for simplehtmldom project which is included in this project as well.