Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aziz-axg/puppeteer-copy-content

A basic web script for copying contents
https://github.com/aziz-axg/puppeteer-copy-content

fs nodejs puppeteer scraping web-scraping

Last synced: about 1 month ago
JSON representation

A basic web script for copying contents

Awesome Lists containing this project

README

        

# web scraping using Puppeteer

To take the contents of any site and store it in a txt file quickly and simply

## technology used

*Node.js

*Puppeteer

*fs

# To run it

Setting a website you want to copy by changing "http://www.example.com"

## run in command line

```
$ npm install
```

```
$ node app.js
```