Finally, i didn't use Naver!!
2010-08-17 17:09:14

Actually, I couldn't get tags from Naver blog.

It's not I didn't, but I "couldn't".

Anyway, I decided to use Daum blog.

It's easier way to crawl~!

I have made crawlers for 'Twitter(wrapping)', 'Daum', and 'MBC TV board'.

I think I will be a crawler maker;;;

It's good to gather information from internet~! but I need more practice of AJAX and web programming;

▼ more
java pattern matcher
2010-08-17 13:44:56

Pattern pattern = Pattern.compile([Regex]);

Matcher matches = pattern.matcher([String]);

if (matches.find()) {

resultString=matches.replaceAll("$1"); //the first

}

if you know the regex? just use this source.

▼ more
Naver Blog Get Message URL
2010-08-17 12:48:47

http://blog.naver.com/PostList.nhn?blogId=[UserID]¤tPage=[PageNumber]

is it API or not?

it is more powerful than blog API which is offered by NAVER;;

um.. So it will be disappeared soon, I guess.

▼ more
Power Blogger List
2010-08-17 11:32:28

These are only 5 power blogger who have following, follower information in IT section on Naver.

1. 퍼플(pupple0415) : follower 991, following 1028

2. 정순봉(itexpert2007) : follower 2088, following 0

3. 톡톡샘(runi62) : follower 13826, following 1569

4. 완소남(59hjh) : follower 2239, following 465

5. 신제갈량(jegalcsh) : follower 2345, following 351

▼ more