Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saladtechnologies/playwright-crawler
A webcrawler worker built with playwright
https://github.com/saladtechnologies/playwright-crawler
Last synced: 6 days ago
JSON representation
A webcrawler worker built with playwright
- Host: GitHub
- URL: https://github.com/saladtechnologies/playwright-crawler
- Owner: SaladTechnologies
- Created: 2023-10-13T15:21:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-05T21:11:57.000Z (12 months ago)
- Last Synced: 2024-04-22T20:26:55.782Z (7 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# playwright-crawler
A webcrawler worker built with playwright## Docker
```
saladtechnologies/playwright-crawler:latest
```## Build
```bash
docker buildx build \
-t saladtechnologies/playwright-crawler:latest \
--platform linux/amd64 \
--output type=docker \
--provenance=false \
.
```