Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ilyabizyaev/simplewebcrawler

Simple web crawler written in Java
https://github.com/ilyabizyaev/simplewebcrawler

Last synced: 15 days ago
JSON representation

Simple web crawler written in Java

Awesome Lists containing this project

README

        

# SimpleWebCrawler
Simple web crawler written in Java as part of the programming introduction course in ITMO University

Implements the following interface:
```java
public interface WebCrawler {
Page crawl(String url, int depth);
}
```

Licensed under **GPL v3**