1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-16 11:37:36 +02:00
Declarative web scraping https://www.montferret.dev/
Go to file
dependabot[bot] 60eae1a460
Bump github.com/rs/zerolog from 1.21.0 to 1.22.0 (#623)
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.21.0 to 1.22.0.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.21.0...v1.22.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-14 16:21:17 -04:00
.github Upgrade to GitHub-native Dependabot (#620) 2021-05-04 15:03:13 -04:00
assets Fixed incorrectly compiled LIMIT clause. 2018-10-08 16:04:49 -04:00
e2e Fixed selection of text containing special characters (#619) 2021-04-23 15:36:53 -04:00
examples Bugfix/#597 headers panic (#598) 2021-03-26 12:01:00 -04:00
pkg values.Parse does not parse int64 (#621) 2021-05-04 15:20:40 -04:00
.codecov.yml Updated codecov settings 2018-11-05 11:36:55 -05:00
.editorconfig
.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
CHANGELOG.md Update CHANGELOG.md 2021-04-23 15:45:29 -04:00
ferret.go Updated root API (#622) 2021-05-04 15:01:27 -04:00
go.mod Bump github.com/rs/zerolog from 1.21.0 to 1.22.0 (#623) 2021-05-14 16:21:17 -04:00
go.sum Bump github.com/rs/zerolog from 1.21.0 to 1.22.0 (#623) 2021-05-14 16:21:17 -04:00
LICENSE Update LICENSE 2019-07-09 14:43:33 -04:00
Makefile Removed old CLI (#608) 2021-04-08 18:46:17 -04:00
options.go Updated root API (#622) 2021-05-04 15:01:27 -04:00
README.md Update README.md 2021-04-22 15:13:27 -04:00
revive.toml Added click count (#377) 2019-09-07 01:59:32 -04:00

Ferret

Go Report Status Build Status Discord Chat Discord Chat Ferret release Apache-2.0 License

ferret

Try it! Docs CLI Test runner Web worker

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.

Different languages

  • Ferret for python. Pyfer