Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ilyabizyaev/simplewebcrawler
- Owner: IlyaBizyaev
- License: gpl-3.0
- Created: 2018-11-17T09:55:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-17T10:00:37.000Z (about 6 years ago)
- Last Synced: 2024-11-02T03:42:08.709Z (2 months ago)
- Language: Java
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleWebCrawler
Simple web crawler written in Java as part of the programming introduction course in ITMO UniversityImplements the following interface:
```java
public interface WebCrawler {
Page crawl(String url, int depth);
}
```Licensed under **GPL v3**