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

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

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'
)