https://github.com/tayron/scrapper-nodejs-com-puppeteer
POC com scrapper usando Pupperteer usando NodeJS e container docker
https://github.com/tayron/scrapper-nodejs-com-puppeteer
Last synced: 3 months ago
JSON representation
POC com scrapper usando Pupperteer usando NodeJS e container docker
- Host: GitHub
- URL: https://github.com/tayron/scrapper-nodejs-com-puppeteer
- Owner: tayron
- Created: 2022-12-06T11:52:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T18:46:26.000Z (over 2 years ago)
- Last Synced: 2025-01-20T23:33:55.897Z (5 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scrapper nodejs com puppeteer
Documentação: https://pptr.dev/
POC de script pupperteer usando Nodejs com biblioteca Pupperteer e container docker# Rodando container
```sh
./run.sh
```# Rodando local
```sh
cd projeto
node index.js
```