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
June Hester 99e256eaf2
Add to_binary function (#775)
* Add to_binary function

* Move test to correct package

* Rename unused context parameter

* Run make fmt
2023-03-27 17:05:01 -04:00
.github Update build.yml 2023-03-06 12:46:33 -05:00
assets Fixed incorrectly compiled LIMIT clause. 2018-10-08 16:04:49 -04:00
benchmarks/drivers Bench (#683) 2021-10-16 17:24:54 -04:00
e2e Updated dependencies (#769) 2023-02-07 12:58:43 -05:00
examples Add xpath example (#740) 2022-06-03 11:08:27 -04:00
pkg Add to_binary function (#775) 2023-03-27 17:05:01 -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
.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 Updated changelog 2022-02-10 19:08:45 -05:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md (#679) 2021-10-10 10:16:33 -04:00
ferret.go Bench (#683) 2021-10-16 17:24:54 -04:00
go.mod Dropped lagacy ANTL sdk 2023-02-07 13:02:46 -05:00
go.sum Dropped lagacy ANTL sdk 2023-02-07 13:02:46 -05:00
LICENSE Update LICENSE 2019-07-09 14:43:33 -04:00
Makefile Updated dependencies (#769) 2023-02-07 12:58:43 -05: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