myisaak / ferret-server

Advanced declarative web scraping

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ferret Server

Go Report Status Build Status Discord Chat Ferret release MIT License

Server for advanced web scraping.
Open API defintion.

Features

  • Scripts persistence
  • Scraped data persistence
  • Script execution scheduling
  • Integration with 3rd party systems
  • Web Hooks
  • Security

WIP

Be aware, that the project is under heavy development.
There is no documentation and some things may change in the final release.

Installation

Binary

You can download latest binaries from here.

Source code

Production

  • Go >=1.11
  • Chrome or Docker
  • ArangoDB

Development

Quick start

ferret-server --db=http://0.0.0.0:8529

About

Advanced declarative web scraping

License:Apache License 2.0


Languages

Language:Go 98.4%Language:Makefile 1.4%Language:Dockerfile 0.2%