/web-scraper

A highly configurable web scraping tool

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

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