Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tresorama/test-puppeteer
A repo for test Puppeteer Scraping capabilities.
https://github.com/tresorama/test-puppeteer
Last synced: 4 days ago
JSON representation
A repo for test Puppeteer Scraping capabilities.
- Host: GitHub
- URL: https://github.com/tresorama/test-puppeteer
- Owner: tresorama
- Created: 2022-11-11T08:50:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T09:06:57.000Z (about 2 years ago)
- Last Synced: 2024-11-25T21:37:34.116Z (2 months ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Puppeteer
Scrape like a human in no time.
## How this project works
Scraping following [Puppeteer Docs Getting Started](https://pptr.dev/#example).
### How to run
```bash
# install with yarn
yarn install# run
yarn start
```## Other Resources
[Traversy Media - Intro To Web Scraping With Puppeteer](https://youtu.be/S67gyqnYHmI)