Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/igapyon/selecrawler

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

chrome crawler java selenium web

Last synced: 18 days 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
```