Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/estavadormir/scrappist
- Owner: estavadormir
- License: mit
- Created: 2023-10-10T22:50:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-06T22:37:20.000Z (3 months ago)
- Last Synced: 2024-08-07T01:52:39.987Z (3 months ago)
- Topics: bun, cli, crawler, pdf-generation
- Language: TypeScript
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.