Aktyn / web-scraper

A highly configurable web scraping tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Scraper

A highly configurable web scraping tool


Setup

# Install and build the project
yarn install
yarn run env
yarn run build
yarn run db:generate:reset
yarn run db:seed # optionally

Running the project

yarn run start
# or
yarn run dev

Database management

# Reset the database to state with generated empty tables
yarn run db:generate:reset

# Open the database studio in the browser
yarn run db:studio

# Seed the database with test data
yarn run db:seed

Running tests

yarn run test

About

A highly configurable web scraping tool

License:GNU General Public License v3.0


Languages

Language:TypeScript 99.1%Language:JavaScript 0.8%Language:HTML 0.1%Language:Shell 0.0%