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

https://github.com/igapyon/selecrawler

Simple selenium based web crawler
https://github.com/igapyon/selecrawler

chrome crawler java selenium web

Last synced: about 1 month ago
JSON representation

Simple selenium based web crawler

Awesome Lists containing this project

README

          

# selecrawler

Simple utility kit for Java like web crawler using selenium and chrome.

## About robots rule

You will need to learn robots rule if you want to create web crawler.

You can find robots rule link below:

* https://en.wikipedia.org/wiki/Robots_exclusion_standard

## Note Maven

```sh
mvn archetype:generate -DgroupId=jp.igapyon.selecrawler -DartifactId=selecrawler -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false
```