1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-04 10:35:08 +02:00
Declarative web scraping https://www.montferret.dev/
Go to file
2021-03-28 23:16:55 -04:00
.github Added support of ignoring page resources (#592) 2021-02-19 11:40:30 -05:00
assets Fixed incorrectly compiled LIMIT clause. 2018-10-08 16:04:49 -04:00
cli Added missed 'Fprintln' statement 2020-08-25 01:33:10 -04:00
e2e Bugfix/#597 headers panic (#598) 2021-03-26 12:01:00 -04:00
examples Bugfix/#597 headers panic (#598) 2021-03-26 12:01:00 -04:00
pkg Bugfix/#597 headers panic (#602) 2021-03-27 12:47:13 -04:00
.codecov.yml Updated codecov settings 2018-11-05 11:36:55 -05:00
.editorconfig Updates spaces in README 2018-09-18 21:47:54 -04:00
.env Hello world 2018-09-18 16:42:38 -04:00
.gitignore Added support of using keywords in namespaces (#481) 2020-04-28 17:30:47 -04:00
.golangci.yml Update .golangci.yml 2019-10-15 08:11:15 +02:00
.goreleaser.yml Added ldflag for version 2021-03-05 21:10:44 -05:00
CHANGELOG.md Updated CHANGELOG 2021-03-27 13:13:01 -04:00
go.mod Added LIKE operator (#591) 2021-02-15 11:37:52 -05:00
go.sum Added LIKE operator (#591) 2021-02-15 11:37:52 -05:00
install.sh Update install.sh 2021-01-19 17:55:21 -05:00
LICENSE Update LICENSE 2019-07-09 14:43:33 -04:00
main.go Param (#282) 2019-04-11 07:33:50 -04:00
Makefile Chore/actions (#568) 2020-11-10 21:13:29 -05:00
README.md Removed documentation from README 2021-03-28 23:16:55 -04:00
revive.toml Added click count (#377) 2019-09-07 01:59:32 -04:00

Ferret

Go Report Status Build Status Discord Chat Ferret release MIT License

ferret

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. It is extremely portable, extensible, and fast.

Read the introductory blog post about Ferret here!

Features

  • Declarative language
  • Support of both static and dynamic web pages
  • Embeddable
  • Extensible

Documentation is available at our website.