1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-02-13 13:58:32 +02:00

Added links to other projects

This commit is contained in:
Tim Voronov 2021-04-01 17:12:03 -04:00
parent 46c7dea9be
commit 3e34a5ec34

View File

@ -22,6 +22,21 @@
![ferret](https://raw.githubusercontent.com/MontFerret/ferret/master/assets/intro.jpg)
<p align="center">
<a href="https://www.montferret.dev/docs/introduction" style="margin: 0 15px">
<span>Docs</span>
</a>
<a href="https://github.com/MontFerret/cli" style="margin: 0 15px">
<span>CLI</span>
</a>
<a href="https://github.com/MontFerret/lab" style="margin: 0 15px">
<span>Test runner</span>
</a>
<a href="https://github.com/MontFerret/worker" style="margin: 0 15px">
<span>Web worker</span>
</a>
</p>
## What is it?
```ferret``` is a web scraping system. It aims to simplify data extraction from the web for UI testing, machine learning, analytics and more.
```ferret``` allows users to focus on the data. It abstracts away the technical details and complexity of underlying technologies using its own declarative language.
@ -36,4 +51,4 @@ It is extremely portable, extensible, and fast.
* Embeddable
* Extensible
Documentation is available [at our website](https://www.montferret.dev/docs/introduction/).
Documentation is available [at our website](https://www.montferret.dev/docs/introduction/).