https://github.com/saladtechnologies/playwright-crawler
A webcrawler worker built with playwright
https://github.com/saladtechnologies/playwright-crawler
Last synced: 3 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T21:11:57.000Z (almost 2 years ago)
- Last Synced: 2025-06-30T07:52:32.292Z (3 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 \
.
```