Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/estavadormir/scrappist

A web scrapper that takes an URL/URLs and converts into a PDF.
https://github.com/estavadormir/scrappist

bun cli crawler pdf-generation

Last synced: 4 days ago
JSON representation

A web scrapper that takes an URL/URLs and converts into a PDF.

Awesome Lists containing this project

README

        

# scrappist

From an URL or list of URLs, return a pdf of the page/pages.

## Installation

Install dependencies:

```
bun i
```

to run the app:

```
bun run index.ts
```

## Example:

```
bun run index.ts
```

? Enter an URL or multiple URLs separated by a comma: https://www.google.com
████████████████████████████████████████ 100% | ETA: 0s | 100/100
✅ Done. You can find it in the pdf folder.