various web-crawler samples
- linkReader: Visits pages
- Steps
- In Main.java, you have to declare the page url which you want to begin from.
- In Main.java, you have to declare the key word you want to find.
- Steps
- pageReader: Visits only one page
- 원하는 데이터를 찾을 때까지 시간 간격을 두고 특정 페이지를 계속 방문