Skip to content

Davasny/arabic-publishers-scrapers

Repository files navigation

arabic publishers scrapers

This repository contains set of scrapers for arabic publishers websites. Currently supported are:

Installation

pnpm install

# generate empty database
drizzle-kit push

Usage

All my usages are saved in src/cli directory. I'm not providing any single point of entry for this project as if you need to use this project for some reason, you should first understand how does it work and what consequences it may have.

Helpful commands

# run in-browser drizzle studio and see whats in the database
drizzle-kit studio

# create new migration after changing the schema.ts
drizzle-kit generate

# apply migrations
drizzle-kit push

Testing

pnpm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published