Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aziz-axg/puppeteer-copy-content
- Owner: Aziz-AXG
- Created: 2022-09-30T22:15:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-30T22:18:45.000Z (about 2 years ago)
- Last Synced: 2024-05-09T20:37:00.471Z (8 months ago)
- Topics: fs, nodejs, puppeteer, scraping, web-scraping
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```