Sha256: b4efd850d47f068154e40e061afddc9d5744e1dc3098e47c887cdb2ef192c7e1

Contents?: true

Size: 801 Bytes

Versions: 4

Compression:

Stored size: 801 Bytes

Contents

# Tolq Spieker

Tolq Spieker is a javascript friendly crawler. It uses selenium and
capybara to crawl a site.

## Installation and usage

```
$ gem install spieker
$ spieker <url>
```

You can also use the library from your apps to do whatever you please.

## TODO

* Be awesome in parallel
* Use poltergeist instead, does not work well by default

## How it works

Spieker makes a request to the URL you provide. It scrapes all links,
filters any remote or non resource links, and crawls those on its own
terms. It tracks visited links in memory. When using the binary, it very
verbosely outputs this to STDOUT.

## Changelog

See [Changelog](CHANGELOG)

## Contribute

* fork
* test
* pull request

### Contributors

* [Timon Vonk](https://www.github.com/timonv)

## License

See [License](LICENSE)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
spieker-0.0.10 README.md
spieker-0.0.9 README.md
spieker-0.0.8 README.md
spieker-0.0.7 README.md