/__links_grabber

This package will scrap all the urls in any website recursively

Primary LanguageTypeScript

Description

Any Website Links Scrapper (puppeteer)

Installation

$ pnpm install

Environment

$ serve a .env file and configure using env.example

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Query Website

$ Run by giving parameter of any website (i.e. /website?noQuery=true&q=pahe.li)