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
- Host: GitHub
- URL: https://github.com/tigercosmos/web-crawler
- Owner: tigercosmos
- Created: 2017-05-10T11:01:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T12:58:24.000Z (about 9 years ago)
- Last Synced: 2025-02-01T04:15:25.987Z (over 1 year ago)
- Topics: crawler
- Language: Java
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.