Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oliverswitzer/scrapple


https://github.com/oliverswitzer/scrapple

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# Scrapple

A declarative JSON language for coordinating scheduled web scraping

# Development

Install deps and compile:

`mix deps.get && mix compile`

Install playwright browsers:

`mix playwright.install`

Create database (ensure postgres is running):

`mix ecto.create`

## Running test

`MIX_ENV=test mix ecto.create`

`mix test`