An open API service indexing awesome lists of open source software.

https://github.com/tigercosmos/web-crawler

Web Crawler in Java Maven Project
https://github.com/tigercosmos/web-crawler

crawler

Last synced: about 1 year ago
JSON representation

Web Crawler in Java Maven Project

Awesome Lists containing this project

README

          

# web-crawler
Web Crawler in Java Maven Project

This is a project that provide a template for web crawler.

You might want to parse the content in HTML, XML, JSON, etc.

The crawling function have been written, you just need to add
what you want to work base on this code.