https://github.com/codemonument/deno_webscrape
A deno library of tools useful to writing scripts scraping websites by @codemonument
https://github.com/codemonument/deno_webscrape
Last synced: 2 months ago
JSON representation
A deno library of tools useful to writing scripts scraping websites by @codemonument
- Host: GitHub
- URL: https://github.com/codemonument/deno_webscrape
- Owner: codemonument
- License: other
- Created: 2022-12-12T00:59:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-30T08:26:38.000Z (almost 3 years ago)
- Last Synced: 2025-10-14T06:39:41.483Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# Deno Webscrape Module (WIP)
*by @codemonument*
A deno library of tools useful to writing scripts scraping websites
[**GoTo Changelog**](./Changelog.md)
## Dependencies
- https://deno.land/x/puppeteer@9.0.2/
(
bc. this lib is extracted from an existing project
and I don't want to break too much at once
by extracting and upgrading at the same time'
)