Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oliverswitzer/scrapple
https://github.com/oliverswitzer/scrapple
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/oliverswitzer/scrapple
- Owner: oliverswitzer
- Created: 2022-04-01T14:21:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T15:22:26.000Z (11 months ago)
- Last Synced: 2024-04-14T11:53:22.326Z (7 months ago)
- Language: JavaScript
- Size: 231 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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`